ActiveZoneMinutesRollupValue
import type { ActiveZoneMinutesRollupValue } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the result of the rollup of the active zone minutes data type.
interface ActiveZoneMinutesRollupValue {
sumInCardioHeartZone?: bigint;
sumInFatBurnHeartZone?: bigint;
sumInPeakHeartZone?: bigint;
}