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;
}