Files
crawlab/frontend/crawlab-ui/typings/constants/localStorage.d.ts

4 lines
160 B
Go

export declare const LOCAL_STORAGE_KEY_LANG = "lang";
export declare const LOCAL_STORAGE_KEY_TOKEN = "token";
export declare const LOCAL_STORAGE_KEY_ME = "me";