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