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
/
person
/
PersonExternalIDResponse.d.ts
11 lines
(10 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
; }