Type Alias XtreamShow

XtreamShow: {
    seasons: XtreamSeason[];
    info: XtreamShowInfo;
    episodes: { [key: string]: XtreamEpisode[] };
}

Xtream show detailed information

This type represents the complete information about a show including seasons and episodes

Type declaration

  • seasons: XtreamSeason[]

    Array of seasons in the show

  • info: XtreamShowInfo

    Basic information about the show

  • episodes: { [key: string]: XtreamEpisode[] }

    Object containing episodes grouped by season number