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";