tmdb-ts
    Preparing search index...

    Interface ProductionCompany

    A production company involved in a movie or TV show.

    interface ProductionCompany {
        id: number;
        logo_path: string;
        name: string;
        origin_country: string;
    }
    Index

    Properties

    id: number
    logo_path: string
    name: string
    origin_country: string