fix: Removed unnecessary attributes from Anime interface
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user