| 5 | judge: object; |
| 6 | } |
| 7 | export interface INodeData { |
| 8 | edges: object; |
| 9 | nodes: object; |
| 10 | } |
| 11 | export interface IBluePrintConfig { |
| 12 | nodeData: INodeData; |
| 13 | exportIdList: object; |
nothing calls this directly
no outgoing calls
no test coverage detected