diff --git a/src/types/anime.ts b/src/types/anime.ts index d03534d..abb15f2 100644 --- a/src/types/anime.ts +++ b/src/types/anime.ts @@ -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;