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

8 lines
191 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',
};