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

DataPoint

import type { DataPoint } from "https://aws-api.deno.dev/v0.4/services/forecastqueryservice.ts?docs=full";

The forecast value for a specific date. Part of the "Forecast" object.

interface DataPoint {
Timestamp?: string | null;
Value?: number | null;
}

§Properties

§
Timestamp?: string | null
[src]

The timestamp of the specific forecast.

§
Value?: number | null
[src]

The forecast value.