hensei-web/types/AccountCookie.d.ts

5 lines
83 B
TypeScript

interface AccountCookie {
userId: string;
username: string;
token: string;
}