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

HeartRateMetadata

import type { HeartRateMetadata } from "https://googleapis.deno.dev/v1/health:v4.ts";

Heart rate metadata.

interface HeartRateMetadata {
motionContext?: "MOTION_CONTEXT_UNSPECIFIED" | "ACTIVE" | "SEDENTARY";
sensorLocation?:
| "SENSOR_LOCATION_UNSPECIFIED"
| "CHEST"
| "WRIST"
| "FINGER"
| "HAND"
| "EAR_LOBE"
| "FOOT";
}

§Properties

§
motionContext?: "MOTION_CONTEXT_UNSPECIFIED" | "ACTIVE" | "SEDENTARY"
[src]

Optional. Indicates the user’s level of activity when the heart rate sample was measured

§
sensorLocation?: "SENSOR_LOCATION_UNSPECIFIED" | "CHEST" | "WRIST" | "FINGER" | "HAND" | "EAR_LOBE" | "FOOT"
[src]

Optional. Indicates the location of the sensor that measured the heart rate.