UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

9 lines (8 loc) 147 B
export interface TVKeyword { id: number; name: string; } export interface TVKeywordsResponse { id: number; results: [TVKeyword]; }