tmdb-ts
Preparing search index...
TV
Interface TV
A TV show on TMDB.
interface
TV
{
adult
:
boolean
;
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
;
}
Hierarchy (
View Summary
)
TV
TVWithMediaType
Index
Properties
adult
backdrop_
path
first_
air_
date
genre_
ids
id
name
origin_
country
original_
language
original_
name
overview
popularity
poster_
path
vote_
average
vote_
count
Properties
adult
adult
:
boolean
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
adult
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 TV show on TMDB.