docs: update /anime/home response schema

This commit is contained in:
Ritesh Ghosh
2023-11-29 21:21:08 +05:30
parent 3ac10be912
commit a1cdaf1d69
+5
View File
@@ -198,6 +198,11 @@ console.log(data);
poster: string,
description: string,
rank: number,
otherInfo: string[],
episodes: {
sub: number,
dub: number,
},
},
{...},
],