WeightCopyimport type { Weight } from "https://googleapis.deno.dev/v1/health:v4.ts";Body weight measurement. interface Weight {notes?: string;sampleTime?: ObservationSampleTime;weightGrams?: number;}§Properties§notes?: string[src]Optional. Standard free-form notes captured at manual logging. §sampleTime?: ObservationSampleTime[src]Required. The time at which the weight was measured §weightGrams?: number[src]Required. Weight of a user in grams.