We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/query/core/buildMiddleware/index.ts
1 parent 207a21f commit 261b011Copy full SHA for 261b011
packages/toolkit/src/query/core/buildMiddleware/index.ts
@@ -26,6 +26,19 @@ import type {
26
} from './types'
27
import { buildWindowEventHandler } from './windowEventHandling'
28
29
+export type { ReferenceCacheCollection } from './cacheCollection'
30
+export type {
31
+ MutationCacheLifecycleApi,
32
+ QueryCacheLifecycleApi,
33
+ ReferenceCacheLifecycle,
34
+} from './cacheLifecycle'
35
36
+ MutationLifecycleApi,
37
+ QueryLifecycleApi,
38
+ ReferenceQueryLifecycle,
39
+} from './queryLifecycle'
40
+export type { SubscriptionSelectors } from './types'
41
+
42
export function buildMiddleware<
43
Definitions extends EndpointDefinitions,
44
ReducerPath extends string,
0 commit comments