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

HistoricalMetricData

import type { HistoricalMetricData } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Contains the data for a historical metric.

interface HistoricalMetricData {
Metric?: HistoricalMetric | null;
Value?: number | null;
}

§Properties

§
Metric?: HistoricalMetric | null
[src]

Information about the metric.

§
Value?: number | null
[src]

The value of the metric.