Can resize existing disks
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-09 18:00:23 +02:00
parent 63126c75fa
commit a1439689dd
3 changed files with 109 additions and 46 deletions

View File

@ -36,6 +36,7 @@ export interface BaseFileVMDisk {
// application attributes
new?: boolean;
originalSize?: number;
deleteType?: "keepfile" | "deletefile";
}