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

ExportDeploymentStatefileRequest

import type { ExportDeploymentStatefileRequest } from "https://googleapis.deno.dev/v1/config:v1.ts";

A request to export a state file passed to a 'ExportDeploymentStatefile' call.

interface ExportDeploymentStatefileRequest {
draft?: boolean;
}

§Properties

§
draft?: boolean
[src]

Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.