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

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

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

Represents a workout tracked by the Oura ring.

Properties

id: string

Unique identifier

activity: string

Type of the workout activity

calories: number

Energy burned in kilocalories during the workout

day: string

Day when the workout occurred

distance: number

Distance traveled in meters during the workout

end_datetime: string

Timestamp indicating when the workout ended

intensity: string

workout intensity

label: string

User-defined label for the workout

source: string

Workout source

start_datetime: string

Timestamp indicating when the workout started