feat(episodeServers): added SubEpisode & DubEpisode types
This commit is contained in:
@@ -68,6 +68,12 @@ export interface AnimeEpisode extends Pick<Season, "title"> {
|
|||||||
isFiller: boolean;
|
isFiller: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface SubEpisode {
|
||||||
|
serverName: string;
|
||||||
|
serverId: number | null;
|
||||||
|
}
|
||||||
|
export interface DubEpisode extends SubEpisode {}
|
||||||
|
|
||||||
export type AnimeCategories =
|
export type AnimeCategories =
|
||||||
| "most-favorite"
|
| "most-favorite"
|
||||||
| "most-popular"
|
| "most-popular"
|
||||||
|
|||||||
Reference in New Issue
Block a user