diff --git a/packages/toolkit/src/index.ts b/packages/toolkit/src/index.ts index 6c94d1df0c..61893b8349 100644 --- a/packages/toolkit/src/index.ts +++ b/packages/toolkit/src/index.ts @@ -130,6 +130,7 @@ export type { AsyncThunkAction, AsyncThunkPayloadCreatorReturnValue, AsyncThunkPayloadCreator, + GetThunkAPI, SerializedError, } from './createAsyncThunk'