| 1 | export interface DiagramConfig { |
| 2 | name: string, |
| 3 | id: string, |
| 4 | gojsConfig: { |
| 5 | copiesArrays: boolean, |
| 6 | copiesArrayObjects: boolean, |
| 7 | nodeDataArray: [], |
| 8 | linkDataArray: [] |
| 9 | } |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected