AniLink - v2.0.0
    Preparing search index...

    Interface MalPicture

    MalPicture is the image variants returned by MyAnimeList for an anime entity.

    It is the main_picture shape inside MalAnime and is selected via MalRequestOptions.fields through MalAnimeOperation.get and MyAnimeListAnimeApi.get.

    interface MalPicture {
        large?: string;
        medium?: string;
    }
    Index
    large?: string

    The large image URL, when MyAnimeList provides one.

    medium?: string

    The medium image URL, when MyAnimeList provides one.