Interface IWatchPromo

Hierarchy

Properties

entry: {
    images: IPicture;
    mal_id: number;
    title: string;
    url: string;
}

Entry (data) of the anime

Type declaration

  • images: IPicture

    Images of the source in the formats webp & jpg

  • mal_id: number

    MAL ID of the source

  • title: string

    Title of the source

  • url: string

    MAL URL of the source

region_locked: boolean

Whether the source is locked in the region or not

title: string

Title of the promo

trailer: IYouTube

Data of the promo video in YouTube

Generated using TypeDoc