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

DeviceSummary

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

The summary of devices.

interface DeviceSummary {
DeviceId?: string | null;
DeviceStatus?: DeviceStatus | null;
}

§Properties

§
DeviceId?: string | null
[src]

The ID of the device.

§
DeviceStatus?: DeviceStatus | null
[src]

The status of the device.