adds ui tag and launch button in AIS

This commit is contained in:
Aaron Greenspan
2021-01-11 11:31:47 -07:00
committed by Aiden McClelland
parent 5b248013e5
commit 66c08c730b
4 changed files with 21 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ export interface AppAvailableVersionSpecificInfo {
export interface AppInstalledPreview extends BaseApp {
torAddress: string
versionInstalled: string
ui: boolean
}
export interface AppInstalledFull extends AppInstalledPreview {