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

Interface BlockInfo

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

Source from the content-addressed store, hash-verified

88}
89
90interface BlockInfo {
91 id: string
92 label: string
93 type: string
94 notebookName: string
95}
96
97type BlockMap = Map<string, BlockInfo>
98

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected