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

GoogleDevtoolsCloudbuildV1ApprovalConfig

import type { GoogleDevtoolsCloudbuildV1ApprovalConfig } from "https://googleapis.deno.dev/v1/run:v2.ts";

ApprovalConfig describes configuration for manual approval of a build.

interface GoogleDevtoolsCloudbuildV1ApprovalConfig {
approvalRequired?: boolean;
}

§Properties

§
approvalRequired?: boolean
[src]

Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.