Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Disk

import type { Disk } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";

The disk identifier.

interface Disk {
bytes?: number | null;
deviceName?: string | null;
}

§Properties

§
bytes?: number | null
[src]

The amount of storage on the disk in bytes.

§
deviceName?: string | null
[src]

The disk or device name.