initial update progress commit

This commit is contained in:
Drew Ansbacher
2021-09-15 12:04:55 -06:00
committed by Aiden McClelland
parent 0f1e2f0c5b
commit baad108081
6 changed files with 234 additions and 167 deletions

View File

@@ -21,6 +21,10 @@ export interface ServerInfo {
'eos-marketplace': URL
'package-marketplace': URL | null // uses EOS marketplace if null
'unread-notification-count': number
'update-progress'?: {
size: number
downloaded: number
}
specs: {
cpu: string
disk: string