Files
textbee/web/shared/constants.ts
2023-06-19 09:10:07 +03:00

7 lines
136 B
TypeScript

export const KEY_PREFIX = 'textbee'
export const LOCAL_STORAGE_KEY = {
USER: `${KEY_PREFIX}.user`,
TOKEN: `${KEY_PREFIX}.token`,
}