| 9 | nodes: object; |
| 10 | } |
| 11 | export interface IBluePrintConfig { |
| 12 | nodeData: INodeData; |
| 13 | exportIdList: object; |
| 14 | allNodeConfig: IAllNodeConfig; |
| 15 | } |
| 16 | export interface IZoomModeOption { |
| 17 | label: string; |
| 18 | value: string; |
nothing calls this directly
no outgoing calls
no test coverage detected