src/types/enums.ts
@@ -23,7 +23,8 @@ PILOT_HOME = 'pilot-home', PILOT_MEDIA = 'pilot-media', PILOT_LIVESHARE = 'pilot-liveshare', PILOT_BIND = 'pilot-bind' PILOT_BIND = 'pilot-bind', IMPLEMENT = 'implement', } export enum EStorageKey { @@ -58,7 +59,7 @@ export enum ELocalStorageKey { Username = 'username', WorkspaceId = 'workspace_id', Token = 'Authorization', Token = 'x-auth-token', PlatformName = 'platform_name', WorkspaceName = 'workspace_name', WorkspaceDesc = 'workspace_desc',