UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

12 lines (11 loc) 305 B
export interface TVExternalIDResponse { imdb_id: string | null; freebase_mid: string | null; freebase_id: string | null; tvdb_id: number | null; tvrage_id: number | null; facebook_id: string | null; instagram_id: string | null; twitter_id: string | null; id: number; }