popular mangas UI

This commit is contained in:
Aria Moradi
2020-12-25 22:14:54 +03:30
parent 61742c770f
commit 9d4cb8510f
8 changed files with 24 additions and 20 deletions
+4 -3
View File
@@ -8,14 +8,15 @@ interface IExtension {
}
interface ISource {
id: number
id: string
name: string
lang: string
iconUrl: string
supportsLatest: boolean
history: any
}
interface IManga {
name: string
imageUrl: string
title: string
thumbnailUrl: string
}