StageSummary
import type { StageSummary } from "https://googleapis.deno.dev/v1/health:v4.ts";Total duration and segment count for a stage.
interface StageSummary {
readonly count?: bigint;
readonly minutes?: bigint;
readonly type?:
} | "SLEEP_STAGE_TYPE_UNSPECIFIED"
| "AWAKE"
| "LIGHT"
| "DEEP"
| "REM"
| "ASLEEP"
| "RESTLESS";