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, poster: string,
description: string, description: string,
rank: number, rank: number,
otherInfo: string[],
episodes: {
sub: number,
dub: number,
},
}, },
{...}, {...},
], ],