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

OxygenSaturation

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

Captures the user's instantaneous oxygen saturation percentage (SpO2).

interface OxygenSaturation {
percentage?: number;
sampleTime?: ObservationSampleTime;
}

§Properties

§
percentage?: number
[src]

Required. The oxygen saturation percentage. Valid values are from 0 to 100.

§

Required. The time at which oxygen saturation was measured.