mirror of
https://github.com/vernu/textbee.git
synced 2026-04-18 13:58:38 -04:00
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
export const KEY_PREFIX = 'textbee'
|
|
|
|
export const LOCAL_STORAGE_KEY = {
|
|
USER: `${KEY_PREFIX}.user`,
|
|
TOKEN: `${KEY_PREFIX}.token`,
|
|
}
|