start alerts

This commit is contained in:
Matt Hill
2021-02-15 11:31:23 -07:00
committed by Aiden McClelland
parent e1200c2991
commit 8ce43d808e
4 changed files with 39 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ export interface AppInstalledFull extends AppInstalledPreview {
lastBackup: string | null
configuredRequirements: AppDependency[] | null // null if not yet configured
hasFetchedFull: boolean
startAlert?: string
uninstallAlert?: string
restoreAlert?: string
actions: Actions