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

HeartRateVariabilityPersonalRangeRollupValue

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

Represents the result of the rollup of the user's daily heart rate variability personal range.

interface HeartRateVariabilityPersonalRangeRollupValue {
averageHeartRateVariabilityMillisecondsMax?: number;
averageHeartRateVariabilityMillisecondsMin?: number;
}

§Properties

§
averageHeartRateVariabilityMillisecondsMax?: number
[src]

The upper bound of the user's average heart rate variability personal range.

§
averageHeartRateVariabilityMillisecondsMin?: number
[src]

The lower bound of the user's average heart rate variability personal range.