Interface ICharacterFull

Hierarchy

Properties

about: null | string

About (description) of the character

anime: CharacterSource<"anime">[]

List of anime appeared by the character

favorites: number

Favorites count of the character

images: ICommonPicture & {
    webp: ISimpleImageResponse;
}

Images of the character

Type declaration

mal_id: number

MyAnimeList ID of the character

manga: CharacterSource<"manga">[]

List of manga appeared by the character

name: string

Name of the character

name_kanji: string

Name of the character in Kanji

nicknames: string[]

Nicknames of the character

url: string

MyAnimeList URL of the character

voices: IVoiceActor[]

Voice actors of the character

Generated using TypeDoc