fix: Removed unnecessary attributes from Anime interface
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
export interface Anime {
|
export interface Anime {
|
||||||
id: string | null;
|
id: string | null;
|
||||||
anilistId: number | null;
|
|
||||||
malId: number | null;
|
|
||||||
name: string | null;
|
name: string | null;
|
||||||
poster: string | null;
|
poster: string | null;
|
||||||
duration: string | null;
|
duration: string | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user