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

ManifestOverridesPayload

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

Parameter overrides for an application instance. This is a JSON document that has a single key (PayloadData) where the value is an escaped string representation of the overrides document.

interface ManifestOverridesPayload {
PayloadData?: string | null;
}

§Properties

§
PayloadData?: string | null
[src]

The overrides document.