RestingHeartRatePersonalRangeRollupValue
import type { RestingHeartRatePersonalRangeRollupValue } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the rollup value for the daily resting heart rate data type.
interface RestingHeartRatePersonalRangeRollupValue {
beatsPerMinuteMax?: number;
beatsPerMinuteMin?: number;
}