UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

8 lines (7 loc) 184 B
export interface ConfigurationTimezone { iso_3166_1: string; zones: string[]; } export interface ConfigurationTimezonesResponse { [index: number]: ConfigurationTimezone; }