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

ExerciseMetadata

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

Additional exercise metadata.

interface ExerciseMetadata {
hasGps?: boolean;
poolLengthMillimeters?: bigint;
}

§Properties

§
hasGps?: boolean
[src]

Optional. Whether the exercise had GPS tracking.

§
poolLengthMillimeters?: bigint
[src]

Optional. Pool length in millimeters. Only present in the swimming exercises.