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

EnvelopeSignature

import type { EnvelopeSignature } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface EnvelopeSignature {
keyid?: string;
sig?: Uint8Array;
}

§Properties

§
keyid?: string
[src]
§
sig?: Uint8Array
[src]