Interface IAnimeCharacter

Hierarchy

Properties

character: {
    images: ICommonPicture & {
        webp: ISimpleImageResponse;
    };
    mal_id: number;
    name: string;
    url: string;
}

Data of the character

Type declaration

  • images: ICommonPicture & {
        webp: ISimpleImageResponse;
    }

    Images of the character in the formats jpg & webp

  • mal_id: number

    MAL ID of the character

  • name: string

    Name of the character

  • url: string

    MAL URL to the character

favorites: number

Favorites count of the character

role: string

Role of the character in the source

voice_actors: IVoiceActor[]

Voice actors of the character in the anime

Generated using TypeDoc