I've been trying to implement the Markup Extension in Typescript for Autodesk Forge viewer v6, but it seems like the Typedefinition is missing some of the Namespaces and classes.
I can't use the following line for example:
let shape = new Autodesk.Viewing.Markup.EditModeArrow(this.markup);
It complains that Markup is not defined.
Any ideas?