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

GetSolFunctionPackageContentOutput

import type { GetSolFunctionPackageContentOutput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface GetSolFunctionPackageContentOutput {
contentType?: PackageContentType | null;
packageContent?: Uint8Array | null;
}

§Properties

§
contentType?: PackageContentType | null
[src]

Indicates the media type of the resource.

§
packageContent?: Uint8Array | null
[src]

Contents of the function package.