5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
export const PB_STORAGE_KEYS = {
|
|
token: "pb_token",
|
|
user: "pb_user",
|
|
} as const;
|