feat(animeSearchSuggestion): added AnimeSearchSuggestion type
This commit is contained in:
@@ -57,6 +57,11 @@ export interface Season extends Pick<Anime, CommonAnimeProps> {
|
|||||||
title: string | null;
|
title: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface AnimeSearchSuggestion
|
||||||
|
extends Omit<MostPopularAnime, "episodes" | "type"> {
|
||||||
|
moreInfo: Array<string>;
|
||||||
|
}
|
||||||
|
|
||||||
export type AnimeCategories =
|
export type AnimeCategories =
|
||||||
| "most-favorite"
|
| "most-favorite"
|
||||||
| "most-popular"
|
| "most-popular"
|
||||||
|
|||||||
Reference in New Issue
Block a user