CaloriesInHeartRateZoneRollupValue
import type { CaloriesInHeartRateZoneRollupValue } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the result of the rollup of the calories in heart rate zone data type.
interface CaloriesInHeartRateZoneRollupValue {
caloriesInHeartRateZones?: CaloriesInHeartRateZoneValue[];
}§Properties
§
caloriesInHeartRateZones?: CaloriesInHeartRateZoneValue[]
[src]List of calories burned in each heart rate zone.