Defined in: packages/form-core/src/util-types.ts:39
ArrayDeepKeyAndValue
TupleDeepKeyAndValue
ObjectDeepKeyAndValue
UnknownDeepKeyAndValue
K extends string = string
V extends any = any
key: K;
Defined in: packages/form-core/src/util-types.ts:43
value: V;
Defined in: packages/form-core/src/util-types.ts:44