vthil3049

Results 1 issues of vthil3049

**Summary** I'm trying to implement a custom class which implements the IMarker interface. You have the following definition of the interface in IMarker.d.ts ``` import { Highlight } from '../highlight/Highlight';...