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

    Interface MovieExternalIdsResponse

    interface MovieExternalIdsResponse {
        facebook_id: string | null;
        id: number;
        imdb_id: string | null;
        instagram_id: string | null;
        twitter_id: string | null;
        wikidata_id: string | null;
    }
    Index

    Properties

    facebook_id: string | null
    id: number
    imdb_id: string | null
    instagram_id: string | null
    twitter_id: string | null
    wikidata_id: string | null