UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

8 lines (7 loc) 168 B
export interface ConfigurationJob { department: string; jobs: string[]; } export interface ConfigurationJobsResponse { [index: number]: ConfigurationJob; }