MCPcopy Create free account
hub / github.com/deepnote/deepnote / DagDownstreamOptions

Interface DagDownstreamOptions

packages/cli/src/commands/dag.ts:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface DagDownstreamOptions extends DagOptions {
24 block: string
25}
26
27/**
28 * Custom error to signal that output has been handled and process should exit.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected