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

ActiveZoneMinutes

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

Record of active zone minutes in a given time interval.

interface ActiveZoneMinutes {
activeZoneMinutes?: bigint;
heartRateZone?:
| "HEART_RATE_ZONE_UNSPECIFIED"
| "FAT_BURN"
| "CARDIO"
| "PEAK";
}

§Properties

§
activeZoneMinutes?: bigint
[src]

Required. Number of Active Zone Minutes earned in the given time interval. Note: active_zone_minutes equals to 1 for low intensity (fat burn) zones or 2 for high intensity zones (cardio, peak).

§
heartRateZone?: "HEART_RATE_ZONE_UNSPECIFIED" | "FAT_BURN" | "CARDIO" | "PEAK"
[src]

Required. Heart rate zone in which the active zone minutes have been earned, in the given time interval.

§

Required. Observed interval.