tmdb-ts
    Preparing search index...

    Interface Collection

    Basic information about a movie collection.

    interface Collection {
        backdrop_path: string;
        id: number;
        name: string;
        overview: string;
        poster_path: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backdrop_path: string
    id: number
    name: string
    overview: string
    poster_path: string