DistanceRollupValueCopyimport 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.