tmdb-ts
Preparing search index...
CastRole
Interface CastRole
A role played by a cast member across multiple episodes.
interface
CastRole
{
character
:
string
;
credit_id
:
string
;
episode_count
:
number
;
}
Index
Properties
character
credit_
id
episode_
count
Properties
character
character
:
string
credit_
id
credit_id
:
string
episode_
count
episode_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
character
credit_
id
episode_
count
tmdb-ts
Loading...
A role played by a cast member across multiple episodes.