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

Weight

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

§

Required. The time at which the weight was measured

§
weightGrams?: number
[src]

Required. Weight of a user in grams.