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.
2 parents dbe83fb + db1873d commit bd9c4abCopy full SHA for bd9c4ab
packages/toolkit/src/query/core/module.ts
@@ -71,7 +71,7 @@ export type CoreModule =
71
| ReferenceQueryLifecycle
72
| ReferenceCacheCollection
73
74
-interface ThunkWithReturnValue<T> extends ThunkAction<T, any, any, AnyAction> {}
+export interface ThunkWithReturnValue<T> extends ThunkAction<T, any, any, AnyAction> {}
75
76
declare module '../apiTypes' {
77
export interface ApiModules<
0 commit comments