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

RunVO2MaxRollupValue

import type { RunVO2MaxRollupValue } 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 RunVO2MaxRollupValue {
rateAvg?: number;
rateMax?: number;
rateMin?: number;
}

§Properties

§
rateAvg?: number
[src]

Average value of run VO2 max in the interval.

§
rateMax?: number
[src]

Maximum value of run VO2 max in the interval.

§
rateMin?: number
[src]

Minimum value of run VO2 max in the interval..