tmdb-ts
    Preparing search index...

    Interface AggregateCredits

    Aggregate credits combining all episodes for a TV show or season.

    interface AggregateCredits {
        cast: AggregateCast[];
        crew: AggregateCrew[];
        id: number;
    }
    Index

    Properties

    Properties

    id: number