UNPKG

moviedatabase-client

Version:

TheMovieDatabase Node.js client implementation

7 lines (6 loc) 136 B
export interface MovieAccountStatesResponse { id: number; favorite: boolean; rated: {} | boolean; watchlist: boolean; }