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

DailyRespiratoryRate

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

A daily average respiratory rate (breaths per minute) for a day of the year. One data point per day calculated for the main sleep.

interface DailyRespiratoryRate {
breathsPerMinute?: number;
date?: Date;
}

§Properties

§
breathsPerMinute?: number
[src]

Required. The average number of breaths taken per minute.

§
date?: Date
[src]

Required. The date on which the respiratory rate was measured.