type PersistQueryClientFeature = QueryFeature<"PersistQueryClient">;type PersistQueryClientFeature = QueryFeature<"PersistQueryClient">;Defined in: providers.ts:164
A type alias that represents a feature which enables persistence. The type is used to describe the return value of the withPersistQueryClient function.