WeightRollupValueCopyimport type { WeightRollupValue } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the result of the rollup of the weight data type. interface WeightRollupValue {weightGramsAvg?: number;}§Properties§weightGramsAvg?: number[src]Average weight in grams.