MCPcopy Index your code
hub / github.com/MankaiHuang/screen-visualization / INodeData

Interface INodeData

src/interface/index.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 judge: object;
6}
7export interface INodeData {
8 edges: object;
9 nodes: object;
10}
11export interface IBluePrintConfig {
12 nodeData: INodeData;
13 exportIdList: object;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected