UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

6 lines (5 loc) 98 B
export interface EndpointConfiguration { host: string; key: string; adult: boolean; }