hensei-web/types/AccountCookie.d.ts
Justin Edmund ab4b563754
Implement rudimentary Bahamut Mode (#381)
Bahamut Mode lets me make sure people aren't doing naughty things behind
closed doors.
2023-09-09 02:29:30 -07:00

6 lines
95 B
TypeScript

interface AccountCookie {
userId: string
username: string
token: string
role: number
}