tmdb-ts
Preparing search index...
Season
Interface Season
A season summary within TV show details.
interface
Season
{
air_date
:
string
;
episode_count
:
number
;
id
:
number
;
name
:
string
;
overview
:
string
;
poster_path
:
string
;
season_number
:
number
;
}
Index
Properties
air_
date
episode_
count
id
name
overview
poster_
path
season_
number
Properties
air_
date
air_date
:
string
episode_
count
episode_count
:
number
id
id
:
number
name
name
:
string
overview
overview
:
string
poster_
path
poster_path
:
string
season_
number
season_number
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
air_
date
episode_
count
id
name
overview
poster_
path
season_
number
tmdb-ts
Loading...
A season summary within TV show details.