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

TotalCaloriesRollupValue

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

Represents the result of the rollup of the user's total calories.

interface TotalCaloriesRollupValue {
kcalSum?: number;
}

§Properties

§
kcalSum?: number
[src]

Sum of the total calories in kilocalories.