Skip to content

Commit 928c22f

Browse files
riqtsmarkerikson
authored andcommitted
Index has inf query type
1 parent f2ac87e commit 928c22f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolkit/src/query/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type {
1717
BaseQueryApi,
1818
BaseQueryEnhancer,
1919
BaseQueryFn,
20-
QueryReturnValue
20+
QueryReturnValue,
2121
} from './baseQueryTypes'
2222
export type {
2323
BaseEndpointDefinition,
@@ -66,6 +66,7 @@ export { createApi, coreModule, coreModuleName } from './core'
6666
export type {
6767
ApiEndpointMutation,
6868
ApiEndpointQuery,
69+
ApiEndpointInfiniteQuery,
6970
ApiModules,
7071
CoreModule,
7172
PrefetchOptions,

0 commit comments

Comments
 (0)