Interface Partition

interface Partition {
    guid?: string;
    name: string;
    size: number;
    type: PartitionType;
}

Properties

Properties

guid?: string
name: string
size: number

Generated using TypeDoc