We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
QueryExtraOptions
MutationExtraOptions
interface
1 parent 5c768e3 commit 6554bdfCopy full SHA for 6554bdf
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