UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

10 lines (9 loc) 222 B
export interface TVScreenedTheatrically { id: number; season_number: number; episode_number: number; } export interface TVScreenedTheatricallyResponse { id: number; results: [TVScreenedTheatrically]; }