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

BootMode

import type { BootMode } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
type BootMode = "LEGACY_BIOS" | "UEFI" | cmnP.UnexpectedEnumValue;

§Type

§
"LEGACY_BIOS" | "UEFI" | cmnP.UnexpectedEnumValue
[src]