interface Disk {
    capacity: number;
    type: string;
}

Properties

Properties

capacity: number

Capacity of the disk in bytes.

type: string

Type of the disk.