StatisticValue
import type { StatisticValue } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";The actual value of a statistic.
interface StatisticValue {
doubleValue?: number;
floatValue?: number;
intValue?: bigint;
stringList?: StringList;
stringValue?: string;
}