TanStack
API Reference

AnyUseQueryOptions

ts
type AnyUseQueryOptions = UseQueryOptions<any, any, any, any>;

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

UseQueryOptions 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.