feat: added mostPopular, mostFavorite and latestCompleted to the home route response

This commit is contained in:
WBRK-dev
2024-07-21 10:18:05 +02:00
parent 62fa83a56d
commit 5d929461ce
5 changed files with 56 additions and 2 deletions
+2
View File
@@ -39,6 +39,8 @@ export interface LatestEpisodeAnime extends Anime {}
export interface TopUpcomingAnime extends Anime {}
export interface TopAiringAnime extends MostPopularAnime {}
export interface MostFavoriteAnime extends MostPopularAnime {}
export interface LatestCompletedAnime extends MostPopularAnime {}
export interface AnimeGeneralAboutInfo
extends Pick<Anime, CommonAnimeProps>,