| 33 | import DataViewObjectsParser = dataViewObjectsParser.DataViewObjectsParser; |
| 34 | |
| 35 | export class SandDanceConfig { |
| 36 | [propertyName: string]: DataViewPropertyValue; |
| 37 | insightJSON: string = ''; |
| 38 | snapshotsJSON: string = ''; |
nothing calls this directly
no outgoing calls
no test coverage detected