Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import type { StartOsRecoveryInfo } from './StartOsRecoveryInfo';
|
||||
export type PartitionInfo = {
|
||||
logicalname: string;
|
||||
label: string | null;
|
||||
capacity: number;
|
||||
used: number | null;
|
||||
startOs: {
|
||||
[key: string]: StartOsRecoveryInfo;
|
||||
};
|
||||
guid: string | null;
|
||||
filesystem: string | null;
|
||||
};
|
||||
Reference in New Issue
Block a user