UNPKG
moviedatabase-client
Version:
latest (1.0.1)
1.0.1
1.0.0
TheMovieDatabase Node.js client implementation
github.com/darki73/tmdb-client
darki73/tmdb-client
moviedatabase-client
/
dist
/
interfaces
/
tv
/
TVExternalIDResponse.d.ts
12 lines
(11 loc)
•
305 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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
; }