hensei-web/types/AccountCookie.d.ts

6 lines
95 B
TypeScript

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