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.
1 parent 633f85b commit a795d7bCopy full SHA for a795d7b
packages/toolkit/src/query/endpointDefinitions.ts
@@ -1,7 +1,5 @@
1
import type { SerializeQueryArgs } from './defaultSerializeQueryArgs'
2
import type {
3
- GetNextPageParamFunction,
4
- GetPreviousPageParamFunction,
5
InfiniteQueryConfigOptions,
6
QuerySubState,
7
RootState
@@ -559,7 +557,7 @@ export interface InfiniteQueryExtraOptions<
559
557
*/
560
558
invalidatesTags?: never
561
562
- infiniteQueryOptions: InfiniteQueryConfigOptions
+ infiniteQueryOptions: InfiniteQueryConfigOptions<ResultType, QueryArg>
563
564
/**
565
* All of these are `undefined` at runtime, purely to be used in TypeScript declarations!
0 commit comments