Documentation
Framework
Version
API Reference

DeepKeyAndValueObject

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

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>

Our Partners
Code Rabbit
Cloudflare
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.