Device
import type { Device } from "https://googleapis.deno.dev/v1/health:v4.ts";Captures metadata about the device that recorded the measurement.
interface Device {
displayName?: string;
formFactor?:
| "FORM_FACTOR_UNSPECIFIED"
| "FITNESS_BAND"
| "WATCH"
| "PHONE"
| "RING"
| "CHEST_STRAP"
| "SCALE"
| "TABLET"
| "HEAD_MOUNTED"
| "SMART_DISPLAY";
manufacturer?: string;
}