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

RestingHeartRatePersonalRangeRollupValue

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

Represents the rollup value for the daily resting heart rate data type.

interface RestingHeartRatePersonalRangeRollupValue {
beatsPerMinuteMax?: number;
beatsPerMinuteMin?: number;
}

§Properties

§
beatsPerMinuteMax?: number
[src]

The upper bound of the user's daily resting heart rate personal range.

§
beatsPerMinuteMin?: number
[src]

The lower bound of the user's daily resting heart rate personal range.