Skip to content

Commit

Permalink
Keep QueryExtraOptions and MutationExtraOptions as interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 13, 2024
1 parent cac99be commit fdec05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/toolkit/src/query/endpointDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ type QueryTypes<
ReducerPath: ReducerPath
}

// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
/**
* @public
*/
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
export interface QueryExtraOptions<
TagTypes extends string,
ResultType,
Expand Down Expand Up @@ -558,10 +558,10 @@ type MutationTypes<
ReducerPath: ReducerPath
}

// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
/**
* @public
*/
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
export interface MutationExtraOptions<
TagTypes extends string,
ResultType,
Expand Down

0 comments on commit fdec05d

Please sign in to comment.