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

    Interface ListDetails

    interface ListDetails {
        created_by: string;
        description: string;
        favorite_count: number;
        id: string;
        iso_639_1: string;
        item_count: number;
        items: ListItem[];
        name: string;
        poster_path: string | null;
    }
    Index

    Properties

    created_by: string
    description: string
    favorite_count: number
    id: string
    iso_639_1: string
    item_count: number
    items: ListItem[]
    name: string
    poster_path: string | null