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.
StartQueryActionCreator
1 parent 593013c commit 6064600Copy full SHA for 6064600
packages/toolkit/src/query/core/buildInitiate.ts
@@ -45,7 +45,7 @@ export type StartQueryActionCreatorOptions = {
45
[forceQueryFnSymbol]?: () => QueryReturnValue
46
}
47
48
-export type StartQueryActionCreator<
+type StartQueryActionCreator<
49
D extends QueryDefinition<any, any, any, any, any>,
50
> = (
51
arg: QueryArgFrom<D>,
0 commit comments