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;
}import type { TypedValue } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";TypedValue represents the value of the metric based on data type.