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

RespiratoryRateSleepSummary

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

Records respiratory rate details during sleep. Can have multiple per day if the user sleeps multiple times.

interface RespiratoryRateSleepSummary {
sampleTime?: ObservationSampleTime;
}

§Properties

§

Optional. Respiratory rate statistics for deep sleep.

§

Required. Full respiratory rate statistics.

§

Optional. Respiratory rate statistics for light sleep.

§

Optional. Respiratory rate statistics for REM sleep.

§

Required. The time at which respiratory rate was measured.