DeepKeyAndValueObject

Type Alias: DeepKeyAndValueObject<TParent, T, TAcc, TAllKeys>

ts
type DeepKeyAndValueObject<TParent, T, TAcc, TAllKeys> = TAllKeys extends any ? DeepKeysAndValuesImpl<NonNullable<T[TAllKeys]>, ObjectDeepKeyAndValue<TParent, T, TAllKeys>, 
  | TAcc
  | ObjectDeepKeyAndValue<TParent, T, TAllKeys>> : never;
type DeepKeyAndValueObject<TParent, T, TAcc, TAllKeys> = TAllKeys extends any ? DeepKeysAndValuesImpl<NonNullable<T[TAllKeys]>, ObjectDeepKeyAndValue<TParent, T, TAllKeys>, 
  | TAcc
  | ObjectDeepKeyAndValue<TParent, T, TAllKeys>> : never;

Defined in: packages/form-core/src/util-types.ts:106

Type Parameters

TParent extends AnyDeepKeyAndValue

T

TAcc

TAllKeys extends AllObjectKeys<T> = AllObjectKeys<T>

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.