mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 16:48:47 +00:00
6 lines
181 B
JavaScript
6 lines
181 B
JavaScript
import BpmnInteractionEvents from './BpmnInteractionEvents';
|
|
|
|
export default {
|
|
__init__: [ 'bpmnInteractionEvents' ],
|
|
bpmnInteractionEvents: [ 'type', BpmnInteractionEvents ]
|
|
}; |