tmdb-ts
Preparing search index...
NextEpisodeToAir
Interface NextEpisodeToAir
The next episode scheduled to air.
interface
NextEpisodeToAir
{
air_date
:
string
;
episode_number
:
number
;
id
:
number
;
name
:
string
;
overview
:
string
;
production_code
:
string
;
runtime
:
number
;
season_number
:
number
;
show_id
:
number
;
still_path
:
string
;
vote_average
:
number
;
vote_count
:
number
;
}
Index
Properties
air_
date
episode_
number
id
name
overview
production_
code
runtime
season_
number
show_
id
still_
path
vote_
average
vote_
count
Properties
air_
date
air_date
:
string
episode_
number
episode_number
:
number
id
id
:
number
name
name
:
string
overview
overview
:
string
production_
code
production_code
:
string
runtime
runtime
:
number
season_
number
season_number
:
number
show_
id
show_id
:
number
still_
path
still_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
air_
date
episode_
number
id
name
overview
production_
code
runtime
season_
number
show_
id
still_
path
vote_
average
vote_
count
tmdb-ts
Loading...
The next episode scheduled to air.