UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

8 lines (7 loc) 187 B
export interface ConfigurationCountry { iso_3166_1: string; english_name: string; } export interface ConfigurationCountriesResponse { [index: number]: ConfigurationCountry; }