UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

11 lines (10 loc) 260 B
export interface CompanyDetailsResponse { description: string; headquarters: string; homepage: string; id: number; logo_path: string | null; name: string; origin_country: string; parent_company: CompanyDetailsResponse | null; }