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

CurrentMetricData

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

Contains the data for a real-time metric.

interface CurrentMetricData {
Metric?: CurrentMetric | null;
Value?: number | null;
}

§Properties

§
Metric?: CurrentMetric | null
[src]

Information about the metric.

§
Value?: number | null
[src]

The value of the metric.