Skip to content

Commit bd9c4ab

Browse files
authored
Merge pull request #3108 from giomogna/export-thunk-with-return-value
2 parents dbe83fb + db1873d commit bd9c4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export type CoreModule =
7171
| ReferenceQueryLifecycle
7272
| ReferenceCacheCollection
7373

74-
interface ThunkWithReturnValue<T> extends ThunkAction<T, any, any, AnyAction> {}
74+
export interface ThunkWithReturnValue<T> extends ThunkAction<T, any, any, AnyAction> {}
7575

7676
declare module '../apiTypes' {
7777
export interface ApiModules<

0 commit comments

Comments
 (0)