mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 18:04:35 -05:00
popular mangas UI
This commit is contained in:
7
webUI/react/src/typings.d.ts
vendored
7
webUI/react/src/typings.d.ts
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user