type AnyAsyncFunction = (...args) => Promise<any>;
Defined in: types.ts:9
Represents an asynchronous function that can be called with any arguments and returns a promise.
...any[]
Promise<any>
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications