tmdb-ts
    Preparing search index...

    Interface Network

    A TV network that broadcasts a show.

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

    Properties

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