chore: add backups info

This commit is contained in:
waterplea
2024-05-14 11:34:14 +01:00
parent 7e1b433c17
commit 70dc53bda7
8 changed files with 156 additions and 118 deletions

View File

@@ -131,6 +131,7 @@ export type PackageDataEntry<T extends StateInfo = StateInfo> =
stateInfo: T
installedAt: string
outboundProxy: string | null
nextBackup: string | null
}
export type StateInfo = InstalledState | InstallingState | UpdatingState