add chapter list

This commit is contained in:
Aria Moradi
2021-01-19 21:02:57 +03:30
parent 0b2d49f3f6
commit 9f75087f20
7 changed files with 82 additions and 23 deletions

View File

@@ -21,3 +21,11 @@ interface IManga {
title: string
thumbnailUrl: string
}
interface IChapter {
url: string
name: string
date_upload: string
chapter_number: number
scanlator: String
}