removed unused properties of Movie interface
This commit is contained in:
@@ -53,8 +53,6 @@ export interface Person {
|
||||
|
||||
export interface Movie {
|
||||
id: number;
|
||||
logo_path: string;
|
||||
name: string;
|
||||
poster_path: string;
|
||||
adult: boolean;
|
||||
overview: string;
|
||||
|
||||
Reference in New Issue
Block a user