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

DeviceAvailability

import type { DeviceAvailability } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
type DeviceAvailability =
| "TEMPORARY_NOT_AVAILABLE"
| "BUSY"
| "AVAILABLE"
| "HIGHLY_AVAILABLE"

§Type

§
"TEMPORARY_NOT_AVAILABLE" | "BUSY" | "AVAILABLE" | "HIGHLY_AVAILABLE" | cmnP.UnexpectedEnumValue
[src]