husq
2023-09-27 2c2bc8614c8ea0ce386369eb4924da1e6aa052d1
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',