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 175c3af commit f2ac87eCopy full SHA for f2ac87e
packages/toolkit/src/query/endpointDefinitions.ts
@@ -1,7 +1,5 @@
1
import type { Api } from '@reduxjs/toolkit/query'
2
import type {
3
- GetNextPageParamFunction,
4
- GetPreviousPageParamFunction,
5
InfiniteQueryConfigOptions,
6
QuerySubState,
7
RootState,
@@ -580,7 +578,7 @@ export interface InfiniteQueryExtraOptions<
580
578
*/
581
579
invalidatesTags?: never
582
583
- infiniteQueryOptions: InfiniteQueryConfigOptions
+ infiniteQueryOptions: InfiniteQueryConfigOptions<ResultType, QueryArg>
584
585
/**
586
* All of these are `undefined` at runtime, purely to be used in TypeScript declarations!
0 commit comments