Skip to content

Commit 6554bdf

Browse files
committedAug 13, 2024
Keep QueryExtraOptions and MutationExtraOptions as interface
1 parent 5c768e3 commit 6554bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/toolkit/src/query/endpointDefinitions.ts

+2-2
Original file line numberDiff line numberDiff 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
274274
export 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
565565
export interface MutationExtraOptions<
566566
TagTypes extends string,
567567
ResultType,

0 commit comments

Comments
 (0)
Failed to load comments.