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

DeploymentNote

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

An artifact that can be deployed in some runtime.

interface DeploymentNote {
resourceUri?: string[];
}

§Properties

§
resourceUri?: string[]
[src]

Required. Resource URI for the artifact being deployed.