RespiratoryRateSleepSummaryStatistics
import type { RespiratoryRateSleepSummaryStatistics } from "https://googleapis.deno.dev/v1/health:v4.ts";Respiratory rate statistics for a given sleep stage.
interface RespiratoryRateSleepSummaryStatistics {
breathsPerMinute?: number;
signalToNoise?: number;
standardDeviation?: number;
}