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

XPSTimestampStatsGranularStats

import type { XPSTimestampStatsGranularStats } from "https://googleapis.deno.dev/v1/language:v2.ts";

Stats split by a defined in context granularity.

interface XPSTimestampStatsGranularStats {
buckets?: {
[key: string]: bigint;
}
;
}

§Properties

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

A map from granularity key to example count for that key. E.g. for hour_of_day 13 means 1pm, or for month_of_year 5 means May).