tmdb-ts
    Preparing search index...

    Interface ParentCompany

    A parent company that owns or controls another company.

    interface ParentCompany {
        id: number;
        logo_path: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: number
    logo_path: string
    name: string