Files
2026-03-08 23:20:36 -05:00

5 lines
85 B
TypeScript

export const PB_STORAGE_KEYS = {
token: "pb_token",
user: "pb_user",
} as const;