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

UsersDataTypesDataPointsExportExerciseTcxOptions

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

Additional options for Health#usersDataTypesDataPointsExportExerciseTcx.

interface UsersDataTypesDataPointsExportExerciseTcxOptions {
partialData?: boolean;
}

§Properties

§
partialData?: boolean
[src]

Optional. Indicates whether to include the TCX data points when the GPS data is not available. If not specified, defaults to false and partial data will not be included.