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

Interface BlockInfo

packages/cli/src/utils/analysis.ts:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74export interface BlockInfo {
75 id: string
76 label: string
77 type: string
78 notebookName: string
79 sortingKey?: string
80}
81
82export interface AnalysisOptions {
83 /** Filter to a specific notebook */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected