fix: Removed unnecessary attributes from Anime interface

This commit is contained in:
Raze Viana
2024-04-13 19:26:43 +02:00
parent 55eaf06081
commit 4682af675d
-2
View File
@@ -1,7 +1,5 @@
export interface Anime {
id: string | null;
anilistId: number | null;
malId: number | null;
name: string | null;
poster: string | null;
duration: string | null;