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

    Interface CompanyDetails

    interface CompanyDetails {
        description: string;
        headquarters: string;
        homepage: string;
        id: number;
        logo_path: string | null;
        name: string;
        origin_country: string;
        parent_company: CompanyParent | null;
    }
    Index

    Properties

    description: string
    headquarters: string
    homepage: string
    id: number
    logo_path: string | null
    name: string
    origin_country: string
    parent_company: CompanyParent | null