mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
installWarning ~> installAlert
This commit is contained in:
committed by
Aiden McClelland
parent
49628f07e6
commit
71f2c88b8f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user