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

DeviceMetadata

import type { DeviceMetadata } from "https://googleapis.deno.dev/v1/androiddeviceprovisioning:v1.ts";

Metadata entries that can be attached to a Device. To learn more, read Device metadata.

interface DeviceMetadata {
entries?: {
[key: string]: string;
}
;
}

§Properties

§
entries?: {
[key: string]: string;
}
[src]

Metadata entries recorded as key-value pairs.