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

VulnerabilityCountBySeverity

import type { VulnerabilityCountBySeverity } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Vulnerability count by severity.

interface VulnerabilityCountBySeverity {
severityToFindingCount?: {
[key: string]: bigint;
}
;
}

§Properties

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

Key is the Severity enum.