PersistQueryClientFeature
type PersistQueryClientFeature = QueryFeature<"PersistQueryClient">;
정의 위치: providers.ts:164
영구 저장을 활성화하는 기능을 나타내는 type alias입니다.
이 타입은 withPersistQueryClient 함수의 반환 값을 설명하는 데 사용됩니다.
type PersistQueryClientFeature = QueryFeature<"PersistQueryClient">;
정의 위치: providers.ts:164
영구 저장을 활성화하는 기능을 나타내는 type alias입니다.
이 타입은 withPersistQueryClient 함수의 반환 값을 설명하는 데 사용됩니다.