type ObjectAccessor<TParent, TKey> = TParent["key"] extends never ? `${TKey}` : `${TParent["key"]}.${TKey}`;
Defined in: packages/form-core/src/util-types.ts:84
TParent extends AnyDeepKeyAndValue
TKey extends string | number
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications