TypedValue
import type { TypedValue } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";
A single strongly-typed value.
interface TypedValue {
boolValue?: boolean;
distributionValue?: Distribution;
doubleValue?: number;
int64Value?: bigint;
stringValue?: string;
}