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