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

x/oura_api/mod.ts>DailyStress

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

Represents daily strees summary

Properties

id: string

Unique identifier

day: string

Day that the daily stress belongs to

stress_high: number | null

Time spent in a high stress zone (top quartile of data)

recovery_high: number | null

Time spend in a high recovery zone (bottom quartile data)

day_summary: DailyStressSummary | null

Stress summary of full day