Implement MangaCard

This commit is contained in:
she11sh0cked
2020-12-25 17:42:22 +01:00
parent 5597ad66b4
commit 8d689a749b
2 changed files with 71 additions and 0 deletions

View File

@@ -14,3 +14,8 @@ interface ISource {
iconUrl: string
supportsLatest: boolean
}
interface IManga {
name: string
imageUrl: string
}