oak-frontend-base/es/constant/constant.js

9 lines
223 B
JavaScript

export const LOCAL_STORAGE_KEYS = {
debugStore: 'ofd:ds',
debugStoreStat: 'ofd:dss',
localeLng: 'ofd:f-l-l',
cacheSaved: 'ofd:f-c-s',
cacheRefreshRecord: 'ofd:f-c-rr',
consoleContext: 'ofd:c-ct',
};