We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c91db2b + 0b5dcc5 commit 6f6bb30Copy full SHA for 6f6bb30
packages/toolkit/src/query/endpointDefinitions.ts
@@ -266,6 +266,9 @@ type QueryTypes<
266
ReducerPath: ReducerPath
267
}
268
269
+/**
270
+ * @public
271
+ */
272
export interface QueryExtraOptions<
273
TagTypes extends string,
274
ResultType,
@@ -553,6 +556,9 @@ type MutationTypes<
553
556
554
557
555
558
559
560
561
562
export interface MutationExtraOptions<
563
564
packages/toolkit/src/query/index.ts
@@ -25,8 +25,10 @@ export type {
25
EndpointBuilder,
26
QueryDefinition,
27
MutationDefinition,
28
+ MutationExtraOptions,
29
TagDescription,
30
QueryArgFrom,
31
+ QueryExtraOptions,
32
ResultTypeFrom,
33
DefinitionType,
34
DefinitionsFromApi,
0 commit comments