UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

9 lines (8 loc) 175 B
export interface TVContentRating { iso_3166_1: string; rating: string; } export interface TVContentRatingsResponse { id: number; results: [TVContentRating]; }