Skip to content

Commit 261b011

Browse files
committed
Fix exports in src/query/core/buildMiddleware/index.ts
1 parent 207a21f commit 261b011

File tree

1 file changed

+13
-0
lines changed
  • packages/toolkit/src/query/core/buildMiddleware

1 file changed

+13
-0
lines changed

packages/toolkit/src/query/core/buildMiddleware/index.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ import type {
2626
} from './types'
2727
import { buildWindowEventHandler } from './windowEventHandling'
2828

29+
export type { ReferenceCacheCollection } from './cacheCollection'
30+
export type {
31+
MutationCacheLifecycleApi,
32+
QueryCacheLifecycleApi,
33+
ReferenceCacheLifecycle,
34+
} from './cacheLifecycle'
35+
export type {
36+
MutationLifecycleApi,
37+
QueryLifecycleApi,
38+
ReferenceQueryLifecycle,
39+
} from './queryLifecycle'
40+
export type { SubscriptionSelectors } from './types'
41+
2942
export function buildMiddleware<
3043
Definitions extends EndpointDefinitions,
3144
ReducerPath extends string,

0 commit comments

Comments
 (0)