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

PredeployJob

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

A predeploy Job.

interface PredeployJob {
readonly actions?: string[];
}

§Properties

§
readonly actions?: string[]
[src]

Output only. The custom actions that the predeploy Job executes.