UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

7 lines (6 loc) 227 B
import { BaseEndpoint } from './baseEndpoint'; import { GenresResponse } from '../interfaces/genres'; export declare class Genre extends BaseEndpoint { movie(): Promise<GenresResponse>; tv(): Promise<GenresResponse>; }