diff --git a/src/types/index.ts b/src/types/index.ts index c2330ff..003d1c8 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -53,8 +53,6 @@ export interface Person { export interface Movie { id: number; - logo_path: string; - name: string; poster_path: string; adult: boolean; overview: string;