export class MObject { TYPE; id; ext = {}; constructor(TYPE, id) { this.TYPE = TYPE; this.id = id; } }