Skip to content

Commit

Permalink
remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Feb 14, 2024
1 parent 65d5a64 commit 9a4cdaa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/toolkit/src/query/react/buildHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,15 +597,6 @@ export type TypedMutationTrigger<
MutationDefinition<QueryArg, BaseQuery, string, ResultType, string>
>

/**
* @deprecated Prefer `TypedMutationTrigger`, this will be removed in the next major version.
*/
export type TypedUseMutationTrigger<
ResultType,
QueryArg,
BaseQuery extends BaseQueryFn,
> = TypedMutationTrigger<ResultType, QueryArg, BaseQuery>

/**
* Wrapper around `defaultQueryStateSelector` to be used in `useQuery`.
* We want the initial render to already come back with
Expand Down

0 comments on commit 9a4cdaa

Please sign in to comment.