Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
types: make it easier to wrap createAsyncThunk
Not exporting `GetThunkAPI` requires code dup when wrapping `createAsyncThunk` (in order to get top level access to the `ThunkAPI`'s type). There also was a minor typo making the default value of the `RejectedValue` type parameter `undefined` instead of `unknown`.
- Loading branch information