Standard
import type { Standard } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";Standard represents the standard deployment strategy.
interface Standard {
analysis?: Analysis;
postdeploy?: Postdeploy;
predeploy?: Predeploy;
verify?: boolean;
verifyConfig?: Verify;
}