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 1355f3f commit 2c59d59Copy full SHA for 2c59d59
src/libraries/api-loading-status.ts
@@ -4,6 +4,6 @@ export const APILoadingStatus = {
4
LOADED: 'LOADED',
5
FAILED: 'FAILED',
6
AUTH_FAILURE: 'AUTH_FAILURE'
7
-};
+} as const;
8
export type APILoadingStatus =
9
(typeof APILoadingStatus)[keyof typeof APILoadingStatus];
0 commit comments