mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 18:04:35 -05:00
finished Update support: webUI side
This commit is contained in:
6
webUI/react/src/typings.d.ts
vendored
6
webUI/react/src/typings.d.ts
vendored
@@ -14,9 +14,9 @@ interface IExtension {
|
||||
isNsfw: boolean
|
||||
apkName: string
|
||||
iconUrl: string
|
||||
isInstalled: boolean
|
||||
installed: boolean
|
||||
hasUpdate: boolean
|
||||
isObsolete: boolean
|
||||
obsolete: boolean
|
||||
}
|
||||
|
||||
interface ISource {
|
||||
@@ -81,4 +81,4 @@ interface ICategory {
|
||||
interface INavbarOverride {
|
||||
status: boolean
|
||||
value: any
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user