File tree 1 file changed +2
-2
lines changed
packages/toolkit/src/query
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,10 +267,10 @@ type QueryTypes<
267
267
ReducerPath : ReducerPath
268
268
}
269
269
270
- // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
271
270
/**
272
271
* @public
273
272
*/
273
+ // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
274
274
export interface QueryExtraOptions <
275
275
TagTypes extends string ,
276
276
ResultType ,
@@ -558,10 +558,10 @@ type MutationTypes<
558
558
ReducerPath : ReducerPath
559
559
}
560
560
561
- // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
562
561
/**
563
562
* @public
564
563
*/
564
+ // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
565
565
export interface MutationExtraOptions <
566
566
TagTypes extends string ,
567
567
ResultType ,
You can’t perform that action at this time.
0 commit comments