hensei-web/types/UserCookie.d.ts

6 lines
97 B
TypeScript

interface UserCookie {
picture: string
element: string
language: string
gender: number
}