@carlosnc/tmdb-sdk - v0.8.0
    Preparing search index...

    Interface TvSeriesDetails

    interface TvSeriesDetails {
        adult: boolean;
        backdrop_path: string | null;
        created_by: CreatedBy[];
        episode_run_time: number[];
        first_air_date: string;
        genres: Genre[];
        homepage: string | null;
        id: number;
        in_production: boolean;
        languages: string[];
        last_air_date: string;
        last_episode_to_air: LastEpisodeToAir | null;
        name: string;
        networks: Network[];
        next_episode_to_air: LastEpisodeToAir | null;
        number_of_episodes: number;
        number_of_seasons: number;
        origin_country: string[];
        original_language: string;
        original_name: string;
        overview: string;
        popularity: number;
        poster_path: string | null;
        production_companies: ProductionCompany[];
        production_countries: ProductionCountry[];
        seasons: Season[];
        spoken_languages: SpokenLanguage[];
        status: string;
        tagline: string;
        type: string;
        vote_average: number;
        vote_count: number;
    }
    Index

    Properties

    adult: boolean
    backdrop_path: string | null
    created_by: CreatedBy[]
    episode_run_time: number[]
    first_air_date: string
    genres: Genre[]
    homepage: string | null
    id: number
    in_production: boolean
    languages: string[]
    last_air_date: string
    last_episode_to_air: LastEpisodeToAir | null
    name: string
    networks: Network[]
    next_episode_to_air: LastEpisodeToAir | null
    number_of_episodes: number
    number_of_seasons: number
    origin_country: string[]
    original_language: string
    original_name: string
    overview: string
    popularity: number
    poster_path: string | null
    production_companies: ProductionCompany[]
    production_countries: ProductionCountry[]
    seasons: Season[]
    spoken_languages: SpokenLanguage[]
    status: string
    tagline: string
    type: string
    vote_average: number
    vote_count: number