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

BodyFat

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

Body fat measurement.

interface BodyFat {
percentage?: number;
sampleTime?: ObservationSampleTime;
}

§Properties

§
percentage?: number
[src]

Required. Body fat percentage, in range [0, 100].

§

Required. The time at which body fat was measured.