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;
}import type { FacetCount } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";FacetCount represents a count of records with each facet value.