UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

8 lines (7 loc) 154 B
export interface NetworkDetailsResponse { headquarters: string; homepage: string; id: number; name: string; origin_country: string; }