| 1 | export interface IAllNodeConfig { |
| 2 | component: object; |
| 3 | dataHandler: object; |
| 4 | interActive: object; |
| 5 | judge: object; |
| 6 | } |
| 7 | export interface INodeData { |
| 8 | edges: object; |
| 9 | nodes: object; |
nothing calls this directly
no outgoing calls
no test coverage detected