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

XPSTrainingObjectivePoint

import type { XPSTrainingObjectivePoint } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSTrainingObjectivePoint {
createTime?: Date;
value?: number;
}

§Properties

§
createTime?: Date
[src]

The time at which this point was recorded.

§
value?: number
[src]

The objective value when this point was recorded.