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

ActivityLevel

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

Internal type to capture activity level during a certain time interval.

interface ActivityLevel {
activityLevelType?:
| "ACTIVITY_LEVEL_TYPE_UNSPECIFIED"
| "SEDENTARY"
| "LIGHTLY_ACTIVE"
| "MODERATELY_ACTIVE"
| "VERY_ACTIVE";
}

§Properties

§
activityLevelType?: "ACTIVITY_LEVEL_TYPE_UNSPECIFIED" | "SEDENTARY" | "LIGHTLY_ACTIVE" | "MODERATELY_ACTIVE" | "VERY_ACTIVE"
[src]

Required. Activity level type in the given time interval.

§

Required. Observed interval.