tmdb-ts
Preparing search index...
PersonTvShowCrew
Interface PersonTvShowCrew
A TV show crew credit for a person.
interface
PersonTvShowCrew
{
backdrop_path
:
string
;
credit_id
:
string
;
department
:
string
;
episode_count
:
number
;
first_air_date
:
string
;
genre_ids
:
number
[]
;
id
:
number
;
job
:
string
;
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
Crew
PersonTvShowCrew
Index
Properties
backdrop_
path
credit_
id
department
episode_
count
first_
air_
date
genre_
ids
id
job
name
origin_
country
original_
language
original_
name
overview
popularity
poster_
path
vote_
average
vote_
count
Properties
backdrop_
path
backdrop_path
:
string
credit_
id
credit_id
:
string
department
department
:
string
episode_
count
episode_count
:
number
first_
air_
date
first_air_date
:
string
genre_
ids
genre_ids
:
number
[]
id
id
:
number
job
job
:
string
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
credit_
id
department
episode_
count
first_
air_
date
genre_
ids
id
job
name
origin_
country
original_
language
original_
name
overview
popularity
poster_
path
vote_
average
vote_
count
tmdb-ts
Loading...
A TV show crew credit for a person.