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

MetricValue

import type { MetricValue } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

The value of a metric.

interface MetricValue {
value?: string;
}

§Properties

§
value?: string
[src]

Measurement value. See MetricHeader for type.