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 @@ -30,6 +30,8 @@ export type {
3030 EndpointDefinition ,
3131 EndpointBuilder ,
3232 QueryDefinition ,
33+ InfiniteQueryDefinition ,
34+ InfiniteQueryExtraOptions ,
3335 MutationDefinition ,
3436 MutationExtraOptions ,
3537 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