aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-12-16 20:50:12 +0530
committerRitesh Ghosh <[email protected]>2023-12-16 20:50:12 +0530
commit24538046561b2134e48a2fa576394eb3b9e2a10f (patch)
tree6fd7e8f3d27cc8fe309b4aee7d0c69802e2bdad5
parent65ed9e929f8063ccfbd16a6476bf412245474b6b (diff)
downloadaniwatch-api-24538046561b2134e48a2fa576394eb3b9e2a10f.tar.xz
aniwatch-api-24538046561b2134e48a2fa576394eb3b9e2a10f.zip
docs(animeEpisodeSrcs): add `anilistID` in animeEpisodeSrcs docs
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22d27e8..ae7f9d9 100644
--- a/README.md
+++ b/README.md
@@ -843,6 +843,7 @@ console.log(data);
},
{...}
],
+ anilistID: number | null
}
```