type QueryFeatures =
| DevtoolsFeature
| PersistQueryClientFeature;
type QueryFeatures =
| DevtoolsFeature
| PersistQueryClientFeature;
Defined in: providers.ts:173
A type alias that represents all Query features available for use with provideTanStackQuery. Features can be enabled by adding special functions to the provideTanStackQuery call. See documentation for each symbol to find corresponding function name. See also provideTanStackQuery documentation on how to use those functions.
