package fr.lteconsulting.hexa.gwt.tardigrade; import jsinterop.annotations.JsPackage; import jsinterop.annotations.JsType; @JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "Object" ) public class PointDescriptor { // id: string; // node: ElementNode | TemplateNode; // path: any[]; }