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

Envelope

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

MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.

interface Envelope {
payload?: Uint8Array;
payloadType?: string;
signatures?: EnvelopeSignature[];
}

§Properties

§
payload?: Uint8Array
[src]
§
payloadType?: string
[src]