UnknownAccessor

Type Alias: UnknownAccessor<TParent>

ts
type UnknownAccessor<TParent> = TParent["key"] extends never ? string : `${TParent["key"]}.${string}`;
type UnknownAccessor<TParent> = TParent["key"] extends never ? string : `${TParent["key"]}.${string}`;

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

Type Parameters

TParent extends AnyDeepKeyAndValue

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.