We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b0eeb commit 3669275Copy full SHA for 3669275
src/enumerations.ts
@@ -9,4 +9,4 @@ export const AsyncRequestStatusEnum = {
9
} as const
10
/** Possible status of async requests, e.g., createAsyncThunk()'s return. */
11
export type AsyncRequestStatus =
12
- typeof AsyncRequestStatusEnum[keyof typeof AsyncRequestStatusEnum]
+ (typeof AsyncRequestStatusEnum)[keyof typeof AsyncRequestStatusEnum]
0 commit comments