mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 10:24:35 -05:00
source list UI done
This commit is contained in:
8
webUI/react/src/typings.d.ts
vendored
8
webUI/react/src/typings.d.ts
vendored
@@ -6,3 +6,11 @@ interface IExtension {
|
||||
installed: boolean
|
||||
apkName: string
|
||||
}
|
||||
|
||||
interface ISource {
|
||||
id: number
|
||||
name: string
|
||||
lang: string
|
||||
iconUrl: string
|
||||
supportsLatest: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user