Files
orange-admin/OrangeFormsOpen-VUE3/src/api/flow/index.ts

12 lines
384 B
TypeScript

import FlowOperationController from './FlowOperationController';
import FlowDictionaryController from './FlowDictionaryController';
import FlowEntryController from './FlowEntryController';
import FlowEntryVariableController from './FlowEntryVariableController';
export {
FlowOperationController,
FlowEntryController,
FlowDictionaryController,
FlowEntryVariableController,
};