File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
packages/toolkit/src/query Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,9 @@ type QueryTypes<
266
266
ReducerPath : ReducerPath
267
267
}
268
268
269
+ /**
270
+ * @public
271
+ */
269
272
export interface QueryExtraOptions <
270
273
TagTypes extends string ,
271
274
ResultType ,
@@ -553,6 +556,9 @@ type MutationTypes<
553
556
ReducerPath : ReducerPath
554
557
}
555
558
559
+ /**
560
+ * @public
561
+ */
556
562
export interface MutationExtraOptions <
557
563
TagTypes extends string ,
558
564
ResultType ,
Original file line number Diff line number Diff line change @@ -25,8 +25,10 @@ export type {
25
25
EndpointBuilder ,
26
26
QueryDefinition ,
27
27
MutationDefinition ,
28
+ MutationExtraOptions ,
28
29
TagDescription ,
29
30
QueryArgFrom ,
31
+ QueryExtraOptions ,
30
32
ResultTypeFrom ,
31
33
DefinitionType ,
32
34
DefinitionsFromApi ,
You can’t perform that action at this time.
0 commit comments