f0953a4
1
2
3
4
5
6
export const STORAGE_KEYS = { USERNAME: "saved_username", PASSWORD: "saved_password", TOKEN: "token", } as const;