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

Interface IBluePrintConfig

src/interface/index.tsx:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 nodes: object;
10}
11export interface IBluePrintConfig {
12 nodeData: INodeData;
13 exportIdList: object;
14 allNodeConfig: IAllNodeConfig;
15}
16export interface IZoomModeOption {
17 label: string;
18 value: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected