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.
QueryExtraOptions
MutationExtraOptions
interface
1 parent cac99be commit fdec05dCopy full SHA for fdec05d
packages/toolkit/src/query/endpointDefinitions.ts
@@ -267,10 +267,10 @@ type QueryTypes<
267
ReducerPath: ReducerPath
268
}
269
270
-// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
271
/**
272
* @public
273
*/
+// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
274
export interface QueryExtraOptions<
275
TagTypes extends string,
276
ResultType,
@@ -558,10 +558,10 @@ type MutationTypes<
558
559
560
561
562
563
564
565
export interface MutationExtraOptions<
566
567
0 commit comments