UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

14 lines (13 loc) 316 B
export interface TVEpisodeImagesStill { aspect_ratio: number; file_path: string; height: number; iso_639_1: null | string; vote_average: number | number; vote_count: number; width: number; } export interface TVEpisodeImagesResponse { id: number; stills: [TVEpisodeImagesStill]; }