hensei-web/types/User.d.ts

10 lines
No EOL
167 B
TypeScript

interface User {
id: string
username: string
granblueId: number
picture: {
picture: string
element: string
}
private: boolean
}