File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
packages/toolkit/src/query Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ export type {
2525 EndpointDefinition ,
2626 EndpointBuilder ,
2727 QueryDefinition ,
28+ InfiniteQueryDefinition ,
29+ InfiniteQueryExtraOptions ,
2830 MutationDefinition ,
2931 MutationExtraOptions ,
3032 TagDescription ,
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ import type {
88 Api ,
99 ApiContext ,
1010 ApiEndpointMutation ,
11+ ApiEndpointInfiniteQuery ,
1112 ApiEndpointQuery ,
1213 BaseQueryFn ,
1314 CoreModule ,
1415 EndpointDefinitions ,
16+ InfiniteQueryDefinition ,
1517 MutationActionCreatorResult ,
1618 MutationDefinition ,
1719 MutationResultSelectorResult ,
@@ -50,8 +52,7 @@ import { UNINITIALIZED_VALUE } from './constants'
5052import type { ReactHooksModuleOptions } from './module'
5153import { useStableQueryArgs } from './useSerializedStableValue'
5254import { useShallowStableValue } from './useShallowStableValue'
53- import type { InfiniteQueryDefinition } from '@internal/query/endpointDefinitions'
54- import type { ApiEndpointInfiniteQuery } from '@internal/query/core/module'
55+
5556import type { InfiniteQueryActionCreatorResult } from '@internal/query/core/buildInitiate'
5657import type {
5758 InfiniteData ,
You can’t perform that action at this time.
0 commit comments