@carlosnc/tmdb-sdk - v0.8.0
    Preparing search index...

    Interface ProductionCompany

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

    Properties

    id: number
    logo_path: string | null
    name: string
    origin_country: string