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

DailyRestingHeartRate

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

Measures the daily resting heart rate for a user, calculated using the all day heart rate measurements.

interface DailyRestingHeartRate {
beatsPerMinute?: bigint;
dailyRestingHeartRateMetadata?: DailyRestingHeartRateMetadata;
date?: Date;
}

§Properties

§
beatsPerMinute?: bigint
[src]

Required. The resting heart rate value in beats per minute.

§
dailyRestingHeartRateMetadata?: DailyRestingHeartRateMetadata
[src]

Optional. Metadata for the daily resting heart rate.

§
date?: Date
[src]

Required. Date (in the user's timezone) of the resting heart rate measurement.