TimeInHeartRateZoneRollupValue
import type { TimeInHeartRateZoneRollupValue } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the result of the rollup of the time in heart rate zone data type.
interface TimeInHeartRateZoneRollupValue {
timeInHeartRateZones?: TimeInHeartRateZoneValue[];
}§Properties
§
timeInHeartRateZones?: TimeInHeartRateZoneValue[]
[src]List of time spent in each heart rate zone.