updates types and add watch providers
This commit is contained in:
@@ -2,16 +2,13 @@ import { LanguageOption, Movie } from '.';
|
||||
|
||||
export interface Collection {
|
||||
id: number;
|
||||
backdrop_path: string;
|
||||
name: string;
|
||||
poster_path: string;
|
||||
adult: boolean;
|
||||
original_language: string;
|
||||
original_name: string;
|
||||
overview: string;
|
||||
poster_path: string;
|
||||
backdrop_path: string;
|
||||
}
|
||||
|
||||
export interface DetailedCollection extends Collection {
|
||||
export interface CollectionDetails extends Collection {
|
||||
parts: Movie[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user