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

TypedValue

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

TypedValue represents the value of the metric based on data type.

interface TypedValue {
doubleValue?: number;
int64Value?: bigint;
}

§Properties

§
doubleValue?: number
[src]

The value of the metric as double.

§
int64Value?: bigint
[src]

The value of the metric as int.