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

CaloriesInHeartRateZoneValue

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

Represents the amount of kilocalories burned in a specific heart rate zone.

interface CaloriesInHeartRateZoneValue {
heartRateZone?:
| "HEART_RATE_ZONE_TYPE_UNSPECIFIED"
| "LIGHT"
| "MODERATE"
| "VIGOROUS"
| "PEAK";
kcal?: number;
}

§Properties

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

The heart rate zone.

§
kcal?: number
[src]

The amount of kilocalories burned in the specified heart rate zone.