File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/toolkit/src/query Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,10 +267,10 @@ type QueryTypes<
267267 ReducerPath : ReducerPath
268268}
269269
270- // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
271270/**
272271 * @public
273272 */
273+ // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
274274export interface QueryExtraOptions <
275275 TagTypes extends string ,
276276 ResultType ,
@@ -558,10 +558,10 @@ type MutationTypes<
558558 ReducerPath : ReducerPath
559559}
560560
561- // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
562561/**
563562 * @public
564563 */
564+ // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
565565export interface MutationExtraOptions <
566566 TagTypes extends string ,
567567 ResultType ,
You can’t perform that action at this time.
0 commit comments