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

TimeInHeartRateZoneValue

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

Represents the total time spent in a specific heart rate zone.

interface TimeInHeartRateZoneValue {
duration?: number;
heartRateZone?:
| "HEART_RATE_ZONE_TYPE_UNSPECIFIED"
| "LIGHT"
| "MODERATE"
| "VIGOROUS"
| "PEAK";
}

§Properties

§
duration?: number
[src]

The total time spent in the specified heart rate zone.

§
heartRateZone?: "HEART_RATE_ZONE_TYPE_UNSPECIFIED" | "LIGHT" | "MODERATE" | "VIGOROUS" | "PEAK"
[src]

The heart rate zone.