tmdb-ts
Preparing search index...
PopularTvShowResult
Interface PopularTvShowResult
A popular TV show result.
interface
PopularTvShowResult
{
backdrop_path
:
string
;
first_air_date
:
string
;
genre_ids
:
number
[]
;
id
:
number
;
name
:
string
;
origin_country
:
string
[]
;
original_language
:
string
;
original_name
:
string
;
overview
:
string
;
popularity
:
number
;
poster_path
:
string
;
vote_average
:
number
;
vote_count
:
number
;
}
Index
Properties
backdrop_
path
first_
air_
date
genre_
ids
id
name
origin_
country
original_
language
original_
name
overview
popularity
poster_
path
vote_
average
vote_
count
Properties
backdrop_
path
backdrop_path
:
string
first_
air_
date
first_air_date
:
string
genre_
ids
genre_ids
:
number
[]
id
id
:
number
name
name
:
string
origin_
country
origin_country
:
string
[]
original_
language
original_language
:
string
original_
name
original_name
:
string
overview
overview
:
string
popularity
popularity
:
number
poster_
path
poster_path
:
string
vote_
average
vote_average
:
number
vote_
count
vote_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backdrop_
path
first_
air_
date
genre_
ids
id
name
origin_
country
original_
language
original_
name
overview
popularity
poster_
path
vote_
average
vote_
count
tmdb-ts
Loading...
A popular TV show result.