interface SchemaDisk {
    device: string;
    partitions: SchemaPartition[];
}

Properties

Properties

device: string
partitions: SchemaPartition[]