Type Alias XtreamSeason

XtreamSeason: {
    id: number;
    name: string;
    episode_count: number;
    overview: string;
    air_date: string | null;
    cover: string;
    season_number: number;
    cover_big: string;
    vote_average: number;
}

Xtream season information

This type represents a season of a show in the Xtream system

Type declaration

  • id: number

    The unique identifier for the season

  • name: string

    The name of the season

  • episode_count: number

    The number of episodes in the season as a string

  • overview: string

    The synopsis/description of the season

  • air_date: string | null

    The date when the season first aired

  • cover: string

    The URL for the season's cover image

  • season_number: number

    The season number

  • cover_big: string

    The URL for a larger version of the season's cover

  • vote_average: number

    The average rating vote for the season