TechnologyWatchListConfig
import type { TechnologyWatchListConfig } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";TechnologyWatchListConfig is the configuration for the technology watchlist.
interface TechnologyWatchListConfig {
alertThreshold?: TechnologyWatchListAlertThreshold;
technologies?: string[];
}