type ObjectValue<TParent, T, TKey> = T[TKey] | Nullable<TParent["value"]>;
type ObjectValue<TParent, T, TKey> = T[TKey] | Nullable<TParent["value"]>;
Defined in: packages/form-core/src/util-types.ts:91
TParent extends AnyDeepKeyAndValue
T
TKey extends AllObjectKeys<T>
