Files
2026-03-15 11:19:52 -05:00

5 lines
85 B
TypeScript

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