Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oura_api/src/types/oura.ts>DailySpo2

Typescript project to interact with v2 of the Oura Ring API
Latest
interface DailySpo2
import { type DailySpo2 } from "https://deno.land/x/oura_api@1.0.1/src/types/oura.ts";

Represents daily blood oxygen saturation (SpO2) data.

Properties

id: string

Unique identifier

day: string

Day that the data belongs to.

spo2_percentage: { average: number; } | null

The SpO2 percentage value aggregated over a single day