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
/
companies
/
CompanyDetailsResponse.d.ts
11 lines
(10 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
CompanyDetailsResponse
{
description
:
string
;
headquarters
:
string
;
homepage
:
string
;
id
:
number
;
logo_path
:
string
|
null
;
name
:
string
;
origin_country
:
string
;
parent_company
:
CompanyDetailsResponse
|
null
; }