add support for Updates

This commit is contained in:
Aria Moradi
2021-09-28 00:41:12 +03:30
parent cd86e160ca
commit 08980982e2
4 changed files with 242 additions and 8 deletions

6
src/typings.d.ts vendored
View File

@@ -91,11 +91,17 @@ interface IChapter {
bookmarked: boolean
lastPageRead: number
index: number
fetchedAt: number
chapterCount: number
pageCount: number
downloaded: boolean
}
interface IMangaChapter {
manga: IManga
chapter: IChapter
}
interface Video{
url: string
quality: string