removed unused properties of Movie interface

This commit is contained in:
DerPenz
2023-02-27 16:15:27 +01:00
parent 772b974ae2
commit 2315d196db

View File

@@ -53,8 +53,6 @@ export interface Person {
export interface Movie {
id: number;
logo_path: string;
name: string;
poster_path: string;
adult: boolean;
overview: string;