UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

8 lines (7 loc) 200 B
import { TVDetailsResponse } from './TVDetailsResponse'; export interface TVPopularResponse { page: number; results: [TVDetailsResponse]; total_pages: number; total_results: number; }