Skip to content

Commit 6064600

Browse files
committed
Undo export of StartQueryActionCreator type
1 parent 593013c commit 6064600

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
@@ -45,7 +45,7 @@ export type StartQueryActionCreatorOptions = {
4545
[forceQueryFnSymbol]?: () => QueryReturnValue
4646
}
4747

48-
export type StartQueryActionCreator<
48+
type StartQueryActionCreator<
4949
D extends QueryDefinition<any, any, any, any, any>,
5050
> = (
5151
arg: QueryArgFrom<D>,

0 commit comments

Comments
 (0)