UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

11 lines (10 loc) 211 B
export interface ReviewDetailsResponse { id: string; author: string; content: string; iso_639_1: string; media_id: number; media_title: string; media_type: string; url: string; }