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

    Interface TvListEntry

    interface TvListEntry {
        description: string;
        favorite_count: number;
        id: number;
        iso_3166_1: string;
        iso_639_1: string;
        item_count: number;
        name: string;
        poster_path: string | null;
    }
    Index

    Properties

    description: string
    favorite_count: number
    id: number
    iso_3166_1: string
    iso_639_1: string
    item_count: number
    name: string
    poster_path: string | null