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

VulnerabilityVendor

import type { VulnerabilityVendor } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface VulnerabilityVendor {
Name: string;
Url?: string | null;
VendorCreatedAt?: string | null;
VendorSeverity?: string | null;
VendorUpdatedAt?: string | null;
}

§Properties

§
Name: string
[src]
§
Url?: string | null
[src]
§
VendorCreatedAt?: string | null
[src]
§
VendorSeverity?: string | null
[src]
§
VendorUpdatedAt?: string | null
[src]