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<
266266 ReducerPath : ReducerPath
267267}
268268
269+ /**
270+ * @public
271+ */
269272export interface QueryExtraOptions <
270273 TagTypes extends string ,
271274 ResultType ,
@@ -553,6 +556,9 @@ type MutationTypes<
553556 ReducerPath : ReducerPath
554557}
555558
559+ /**
560+ * @public
561+ */
556562export interface MutationExtraOptions <
557563 TagTypes extends string ,
558564 ResultType ,
Original file line number Diff line number Diff line change @@ -25,8 +25,10 @@ export type {
2525 EndpointBuilder ,
2626 QueryDefinition ,
2727 MutationDefinition ,
28+ MutationExtraOptions ,
2829 TagDescription ,
2930 QueryArgFrom ,
31+ QueryExtraOptions ,
3032 ResultTypeFrom ,
3133 DefinitionType ,
3234 DefinitionsFromApi ,
You can’t perform that action at this time.
0 commit comments