Skip to content

Commit

Permalink
Merge pull request #3108 from giomogna/export-thunk-with-return-value
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jan 28, 2023
2 parents dbe83fb + db1873d commit bd9c4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/query/core/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export type CoreModule =
| ReferenceQueryLifecycle
| ReferenceCacheCollection

interface ThunkWithReturnValue<T> extends ThunkAction<T, any, any, AnyAction> {}
export interface ThunkWithReturnValue<T> extends ThunkAction<T, any, any, AnyAction> {}

declare module '../apiTypes' {
export interface ApiModules<
Expand Down

0 comments on commit bd9c4ab

Please sign in to comment.