UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

11 lines (10 loc) 281 B
export interface PersonExternalIDResponse { imdb_id: string | null; facebook_id: null | string; freebase_mid: string | null; freebase_id: null | string; tvrage_id: number | null; twitter_id: null | string; id: number; instagram_id: string | null; }