tmdb-ts
    Preparing search index...

    Interface PersonCombinedCredits

    A person's combined movie and TV show credits.

    interface PersonCombinedCredits {
        cast: (PersonMovieCast & PersonTvShowCast)[];
        crew: (PersonMovieCrew & PersonTvShowCrew)[];
        id: number;
    }
    Index

    Properties

    Properties

    id: number