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

Notebook

import type { Notebook } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";
interface Notebook {
contents?: string;
dependencyTargets?: Target[];
disabled?: boolean;
tags?: string[];
}

§Properties

§
contents?: string
[src]

The contents of the notebook.

§
dependencyTargets?: Target[]
[src]

A list of actions that this action depends on.

§
disabled?: boolean
[src]

Whether this action is disabled (i.e. should not be run).

§
tags?: string[]
[src]

Arbitrary, user-defined tags on this action.