SedentaryPeriod
import type { SedentaryPeriod } from "https://googleapis.deno.dev/v1/health:v4.ts";SedentaryPeriod SedentaryPeriod data represents the periods of time that the user was sedentary (i.e. not moving while wearing the device).
interface SedentaryPeriod {
interval?: ObservationTimeInterval;
}§Properties
§
interval?: ObservationTimeInterval
[src]Required. Observed interval.