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