expanded anilist user type
This commit is contained in:
@ -39,6 +39,12 @@ export interface AniListUser {
|
||||
"Viewer": {
|
||||
id: number,
|
||||
name: string,
|
||||
avatar: {
|
||||
large: string,
|
||||
medium: string,
|
||||
},
|
||||
bannerImage: string,
|
||||
siteUrl: string,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user