tachybase_todo/packages/plugins/workflow/src/server/index.ts
Junyi 6c19dad23d
chore(plugin-workflow): adjust types (#2206)
* chore(plugin-workflow): adjust types

* fix(plugin-workflow): fix types
2023-07-07 02:59:46 -07:00

7 lines
215 B
TypeScript

export * from './constants';
// export * from './instructions';
export { Trigger } from './triggers';
export { default as Processor } from './Processor';
export { default } from './Plugin';
export * from './types';