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

SCCInfo

import type { SCCInfo } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

Info associated with SCC signals.

interface SCCInfo {
category?: string;
externalUri?: string;
regulatoryStandards?: RegulatoryStandard[];
signal?: string;
}

§Properties

§
category?: string
[src]

Name by which SCC calls this signal.

§
externalUri?: string
[src]

External URI which points to a SCC page associated with the signal.

§
regulatoryStandards?: RegulatoryStandard[]
[src]

Compliances that are associated with the signal.

§
signal?: string
[src]

Name of the signal.