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

DeviceStatus

import type { DeviceStatus } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";
type DeviceStatus =
| "ONLINE"
| "OFFLINE"
| "RETIRED"

§Type

§
"ONLINE" | "OFFLINE" | "RETIRED" | cmnP.UnexpectedEnumValue
[src]