tmdb-ts
    Preparing search index...

    Interface PersonTvShowCredit

    A person's TV show credits (cast and crew).

    interface PersonTvShowCredit {
        cast: PersonTvShowCast[];
        crew: PersonTvShowCrew[];
        id: number;
    }
    Index

    Properties

    Properties

    id: number