From f9070f5111a48bac5f7b774ef296ee1123be481a Mon Sep 17 00:00:00 2001 From: "garo (they/them)" <3411715+shrouxm@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:32:17 -0700 Subject: [PATCH] types: export `GetThunkAPI` type --- packages/toolkit/src/index.ts | 1 + 1 file changed, 1 insertion(+) 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'