tmdb-ts
Preparing search index...
LastEpisodeToAir
Interface LastEpisodeToAir
The most recent episode that has aired.
interface
LastEpisodeToAir
{
air_date
:
string
;
episode_number
:
number
;
id
:
number
;
name
:
string
;
overview
:
string
;
production_code
:
string
;
season_number
:
number
;
still_path
:
string
;
vote_average
:
number
;
vote_count
:
number
;
}
Index
Properties
air_
date
episode_
number
id
name
overview
production_
code
season_
number
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
season_
number
season_number
:
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
season_
number
still_
path
vote_
average
vote_
count
tmdb-ts
Loading...
The most recent episode that has aired.