UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

9 lines (8 loc) 190 B
export interface CompanyAlternativeNames { name: string; type: string; } export interface CompanyAlternativeNamesResponse { id: number; results: [CompanyAlternativeNames]; }