refactor(MostPopularAnime): updated MostPopularAnime type
This commit is contained in:
+2
-2
@@ -19,9 +19,9 @@ export interface Top10Anime extends Pick<Anime, CommonAnimeProps | "episodes"> {
|
|||||||
|
|
||||||
export type Top10AnimeTimePeriod = "day" | "week" | "month";
|
export type Top10AnimeTimePeriod = "day" | "week" | "month";
|
||||||
|
|
||||||
export interface MostPopularAnime extends Pick<Anime, CommonAnimeProps> {
|
export interface MostPopularAnime
|
||||||
|
extends Pick<Anime, CommonAnimeProps | "episodes" | "type"> {
|
||||||
jname: string | null;
|
jname: string | null;
|
||||||
otherInfo: string[];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SpotlightAnime
|
export interface SpotlightAnime
|
||||||
|
|||||||
Reference in New Issue
Block a user