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
/
tvSeason
/
TVSeasonExternalIDResponse.d.ts
8 lines
(7 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
TVSeasonExternalIDResponse
{
freebase_mid
:
string
|
null
;
freebase_id
:
null
|
string
;
tvdb_id
:
number
|
null
;
tvrage_id
:
null
|
number
;
id
:
number
; }