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

Subject

import type { Subject } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface Subject {
digest?: {
[key: string]: string;
}
;
name?: string;
}

§Properties

§
digest?: {
[key: string]: string;
}
[src]
§
name?: string
[src]