漫画增加推荐页
This commit is contained in:
@@ -18,6 +18,13 @@ export interface MangaSearchItem {
|
||||
genre?: string;
|
||||
}
|
||||
|
||||
export type MangaRecommendType = 'POPULAR' | 'LATEST';
|
||||
|
||||
export interface MangaRecommendResult {
|
||||
mangas: MangaSearchItem[];
|
||||
hasNextPage: boolean;
|
||||
}
|
||||
|
||||
export interface MangaChapter {
|
||||
id: string;
|
||||
mangaId: string;
|
||||
|
||||
Reference in New Issue
Block a user