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

x/oura_api/mod.ts>DataType

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

Represents the various types of data objects that can be monitored by Oura webhook subscriptions.

definition:
| "tag"
| "enhanced_tag"
| "workout"
| "session"
| "sleep"
| "daily_sleep"
| "daily_readiness"
| "daily_activity"
| "daily_spo2"
| "sleep_time"
| "rest_mode_period"
| "ring_configuration"
| "daily_stress"
| "daily_cycle_phases"