pages api done

This commit is contained in:
Aria Moradi
2021-01-20 00:04:12 +03:30
parent 21c0ea4e90
commit 5d9173d3f7
12 changed files with 128 additions and 33 deletions

View File

@@ -23,9 +23,11 @@ interface IManga {
}
interface IChapter {
id: number
url: string
name: string
date_upload: string
date_upload: number
chapter_number: number
scanlator: String
mangaId: number
}