oak-frontend-base/lib/constant/constant.d.ts

9 lines
205 B
TypeScript

export declare const LOCAL_STORAGE_KEYS: {
debugStore: string;
debugStoreStat: string;
localeLng: string;
cacheSaved: string;
cacheRefreshRecord: string;
consoleContext: string;
};