NotebookAction
import type { NotebookAction } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Represents a workflow action that will run against a Notebook runtime.
interface NotebookAction {
readonly contents?: string;
readonly jobId?: string;
}