tuitio-client/src/constants.ts

5 lines
131 B
TypeScript
Raw Normal View History

2023-02-10 01:27:38 +02:00
export const storageKeys: { TOKEN: string; USER: string } = {
TOKEN: "TUITIO_AUTHORIZATION_TOKEN",
USER: "TUITIO_USER_NAME"
};