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

    Interface BelongsToCollection

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

    Properties

    backdrop_path: string | null
    id: number
    name: string
    poster_path: string | null