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

FacetCount

import type { FacetCount } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

FacetCount represents a count of records with each facet value.

interface FacetCount {
count?: number;
value?: string;
}

§Properties

§
count?: number
[src]

Count of records with the value.

§
value?: string
[src]

Value of the facet stringified. Timestamps will be formatted using RFC3339.