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

Interface DiffOptions

packages/cli/src/commands/diff.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { FileResolutionError, resolvePathToDeepnoteFile } from '../utils/file-resolver'
10
11export interface DiffOptions {
12 output?: 'json'
13 content?: boolean
14}
15
16interface NotebookDiff {
17 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected