UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

9 lines (8 loc) 206 B
export interface ConfigurationLanguage { iso_639_1: string; english_name: string; name: string; } export interface ConfigurationLanguagesResponse { [index: number]: ConfigurationLanguage; }