tmdb-ts
    Preparing search index...

    Interface BelongsToCollection

    A collection that a movie belongs to (e.g. "The Lord of the Rings Collection").

    interface BelongsToCollection {
        backdrop_path: string;
        id: number;
        name: string;
        poster_path: string;
    }
    Index

    Properties

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