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

Reference

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

Additional Links

interface Reference {
source?: string;
uri?: string;
}

§Properties

§
source?: string
[src]

Source of the reference e.g. NVD

§
uri?: string
[src]