mirror of
https://github.com/vernu/textbee.git
synced 2026-04-19 14:33:15 -04:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
export const KEY_PREFIX = 'sms0'
|
|
|
|
export const LOCAL_STORAGE_KEY = {
|
|
USER: `${KEY_PREFIX}.user`,
|
|
TOKEN: `${KEY_PREFIX}.token`,
|
|
}
|