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

Material

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

§Properties

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