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

Source

import type { Source } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface Source {
canonicalName?: string;
description?: string;
displayName?: string;
name?: string;
}

§Properties

§
canonicalName?: string
[src]
§
description?: string
[src]
§
displayName?: string
[src]
§
name?: string
[src]