aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaze Viana <[email protected]>2024-04-13 19:26:43 +0200
committerRaze Viana <[email protected]>2024-04-13 19:26:43 +0200
commit4682af675db9434b389d044d29fd551822542d88 (patch)
tree1849929a9fc27c56249d48060606c0ae6a8ed20c /src
parent55eaf060816f7ba05c12b1d1dcfa5404f0abde20 (diff)
downloadaniwatch-api-4682af675db9434b389d044d29fd551822542d88.tar.xz
aniwatch-api-4682af675db9434b389d044d29fd551822542d88.zip
fix: Removed unnecessary attributes from Anime interface
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;