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

ActiveMinutesByActivityLevel

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

Active minutes at a given activity level.

interface ActiveMinutesByActivityLevel {
activeMinutes?: bigint;
activityLevel?:
| "ACTIVITY_LEVEL_UNSPECIFIED"
| "LIGHT"
| "MODERATE"
| "VIGOROUS";
}

§Properties

§
activeMinutes?: bigint
[src]

Required. Number of whole minutes spent in activity.

§
activityLevel?: "ACTIVITY_LEVEL_UNSPECIFIED" | "LIGHT" | "MODERATE" | "VIGOROUS"
[src]

Required. The level of activity.