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

RunVO2Max

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

VO2 max value calculated based on the user's running activity. Value stored in ml/kg/min.

interface RunVO2Max {
runVo2Max?: number;
sampleTime?: ObservationSampleTime;
}

§Properties

§
runVo2Max?: number
[src]

Required. Run VO2 max value in ml/kg/min.

§

Required. The time at which the metric was measured.