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

AggregationResultFrequency

import type { AggregationResultFrequency } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

The result of a frequency distribution aggregation.

interface AggregationResultFrequency {
values?: {
[key: string]: bigint;
}
;
}

§Properties

§
values?: {
[key: string]: bigint;
}
[src]