tmdb-ts
    Preparing search index...

    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: string
    credit_id: string
    episode_count: number