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

DistanceRollupValue

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

Result of the rollup of the user's distance.

interface DistanceRollupValue {
millimetersSum?: bigint;
}

§Properties

§
millimetersSum?: bigint
[src]

Sum of the distance in millimeters.