TanStack
API Reference

AnyUseBaseQueryOptions

ts
type AnyUseBaseQueryOptions = UseBaseQueryOptions<any, any, any, any, any>;

Defined in: packages/preact-query/src/types.ts:27

UseBaseQueryOptions with all type parameters set to any, useful when the specific types aren't relevant, e.g. when accepting options for any query in a helper function.