refactor & support for extension update: Backend

This commit is contained in:
Aria Moradi
2021-03-29 00:35:21 +04:30
parent b1b1abad1d
commit 077bbc3c38
34 changed files with 244 additions and 252 deletions

View File

@@ -7,12 +7,16 @@
interface IExtension {
name: string
lang: string
versionName: string
iconUrl: string
installed: boolean
apkName: string
pkgName: string
versionName: string
versionCode: number
lang: string
isNsfw: boolean
apkName: string
iconUrl: string
isInstalled: boolean
hasUpdate: boolean
isObsolete: boolean
}
interface ISource {