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

StepsRollupValue

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

Represents the result of the rollup of the steps data type.

interface StepsRollupValue {
countSum?: bigint;
}

§Properties

§
countSum?: bigint
[src]

Total number of steps in the interval.