mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 18:34:39 -05:00
Implement MangaCard
This commit is contained in:
5
webUI/react/src/typings.d.ts
vendored
5
webUI/react/src/typings.d.ts
vendored
@@ -14,3 +14,8 @@ interface ISource {
|
||||
iconUrl: string
|
||||
supportsLatest: boolean
|
||||
}
|
||||
|
||||
interface IManga {
|
||||
name: string
|
||||
imageUrl: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user