Skip to content

Commit fac9818

Browse files
committed
Undo export of StartMutationActionCreator type
1 parent 6064600 commit fac9818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/core/buildInitiate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export type QueryActionCreatorResult<
6666
queryCacheKey: string
6767
}
6868

69-
export type StartMutationActionCreator<
69+
type StartMutationActionCreator<
7070
D extends MutationDefinition<any, any, any, any>,
7171
> = (
7272
arg: QueryArgFrom<D>,

0 commit comments

Comments
 (0)