mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
update types and format bindings
This commit is contained in:
@@ -3,4 +3,10 @@ import type { BackupProgress } from "./BackupProgress";
|
||||
import type { PackageId } from "./PackageId";
|
||||
import type { UpdateProgress } from "./UpdateProgress";
|
||||
|
||||
export type ServerStatus = { backupProgress: { [key: PackageId]: BackupProgress } | null, updated: boolean, updateProgress: UpdateProgress | null, shuttingDown: boolean, restarting: boolean, };
|
||||
export type ServerStatus = {
|
||||
backupProgress: { [key: PackageId]: BackupProgress } | null;
|
||||
updated: boolean;
|
||||
updateProgress: UpdateProgress | null;
|
||||
shuttingDown: boolean;
|
||||
restarting: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user