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

ExportExerciseTcxResponse

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

Represents a Response for exporting exercise data in TCX format.

interface ExportExerciseTcxResponse {
tcxData?: string;
}

§Properties

§
tcxData?: string
[src]

Contains the exported TCX data.