We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StartMutationActionCreator
1 parent 6064600 commit fac9818Copy full SHA for fac9818
packages/toolkit/src/query/core/buildInitiate.ts
@@ -66,7 +66,7 @@ export type QueryActionCreatorResult<
66
queryCacheKey: string
67
}
68
69
-export type StartMutationActionCreator<
+type StartMutationActionCreator<
70
D extends MutationDefinition<any, any, any, any>,
71
> = (
72
arg: QueryArgFrom<D>,
0 commit comments