ActivityLevelRollupValue
import type { ActivityLevelRollupValue } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the result of the rollup of the activity level data type.
interface ActivityLevelRollupValue {
activityLevelRollupsByActivityLevelType?: ActivityLevelRollupByActivityLevelType[];
}§Properties
§
activityLevelRollupsByActivityLevelType?: ActivityLevelRollupByActivityLevelType[]
[src]List of total durations in each activity level type.