aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types/anime.ts2
1 files changed, 0 insertions, 2 deletions
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;