tmdb-ts
Preparing search index...
CreatedBy
Interface CreatedBy
A person who created a TV show.
interface
CreatedBy
{
credit_id
:
string
;
gender
:
number
;
id
:
number
;
name
:
string
;
profile_path
:
string
;
}
Index
Properties
credit_
id
gender
id
name
profile_
path
Properties
credit_
id
credit_id
:
string
gender
gender
:
number
0 = not set, 1 = female, 2 = male, 3 = non-binary.
id
id
:
number
name
name
:
string
profile_
path
profile_path
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
credit_
id
gender
id
name
profile_
path
tmdb-ts
Loading...
A person who created a TV show.