Interface ICharacterFromSource

Hierarchy

Properties

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

role: string

Role of the character in the source

Generated using TypeDoc