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

ManifestPayload

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

A application verion's manifest file. This is a JSON document that has a single key (PayloadData) where the value is an escaped string representation of the application manifest (graph.json). This file is located in the graphs folder in your application source.

interface ManifestPayload {
PayloadData?: string | null;
}

§Properties

§
PayloadData?: string | null
[src]

The application manifest.