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

SigningImageFormat

import type { SigningImageFormat } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";

The image format of a code signing platform or profile.

interface SigningImageFormat {
defaultFormat: ImageFormat;
supportedFormats: ImageFormat[];
}

§Properties

§
defaultFormat: ImageFormat
[src]

The default format of a code signing image.

§
supportedFormats: ImageFormat[]
[src]

The supported formats of a code signing image.