TupleAccessor

Type Alias: TupleAccessor<TPrefix, TKey>

ts
type TupleAccessor<TPrefix, TKey> = `${TPrefix}[${TKey & string}]`;
type TupleAccessor<TPrefix, TKey> = `${TPrefix}[${TKey & string}]`;

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

Type Parameters

TPrefix extends string

TKey

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.