type OptionalKeys<T, TKey> = Omit<T, TKey> & Partial<Pick<T, TKey>>;
Defined in: types.ts:11
T
TKey extends keyof T
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications