Interface IAnimeVideo

Hierarchy

  • IAnimeVideo

Properties

Episodes of the anime

music_videos: {
    meta: {
        author: string;
        name: string;
    };
    title: string;
    video: IYouTube;
}[]

Music videos of the anime

Type declaration

  • meta: {
        author: string;
        name: string;
    }

    Data of the music video

    • author: string

      Author of the music video

    • name: string

      Name of the music video

  • title: string

    Title of the music video

  • video: IYouTube

    Video of the music video

promo: {
    title: string;
    trailer: IYouTube;
}[]

Promos of the anime

Type declaration

  • title: string

    Title of the promo

  • trailer: IYouTube

    Trailer of the promo

Generated using TypeDoc