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

GetDiskResult

import type { GetDiskResult } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetDiskResult {
disk?: Disk | null;
}

§Properties

§
disk?: Disk | null
[src]

An object containing information about the disk.