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

    Interface NetworkDetails

    interface NetworkDetails {
        headquarters: string;
        homepage: string;
        id: number;
        logo_path: string | null;
        name: string;
        origin_country: string;
    }
    Index

    Properties

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