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

XPSCategoryStatsSingleCategoryStats

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

The statistics of a single CATEGORY value.

interface XPSCategoryStatsSingleCategoryStats {
count?: bigint;
value?: string;
}

§Properties

§
count?: bigint
[src]

The number of occurrences of this value in the series.

§
value?: string
[src]

The CATEGORY value.