export default (key, name, type) => { if (!type) type = "camunda"; const TYPE_TARGET = { activiti: "http://activiti.org/bpmn", camunda: "http://bpmn.io/schema/bpmn", flowable: "http://flowable.org/bpmn" }; return ` `; };