installWarning ~> installAlert

This commit is contained in:
Aaron Greenspan
2021-01-18 14:59:11 -07:00
committed by Aiden McClelland
parent 49628f07e6
commit 71f2c88b8f
5 changed files with 22 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ export interface AppAvailableVersionSpecificInfo {
releaseNotes: string
serviceRequirements: AppDependency[]
versionViewing: string
installWarning?: string
installAlert?: string
}
// installed
@@ -44,7 +44,7 @@ export interface AppInstalledFull extends AppInstalledPreview {
lastBackup: string | null
configuredRequirements: AppDependency[] | null // null if not yet configured
hasFetchedFull: boolean
uninstallWarning?: string
uninstallAlert?: string
}
// dependencies