nocobase/packages/plugins/@nocobase/plugin-workflow-mailer/server.d.ts
Junyi d090f27346
feat(plugin-workflow-smtp-mailer): add new plugin for sending email in workflow (#4584)
* feat(plugin-workflow-smtp-mailer): add new plugin for sending email in workflow

* refactor(plugin-workflow-mailer): change plugin name and locales

* fix(plugin-workflow-mailer): fix parameters

* fix(preset): add new plugin to preset

* fix(plugin-workflow-mailer): fix locale namespace
2024-06-08 09:19:30 +08:00

3 lines
72 B
TypeScript

export * from './dist/server';
export { default } from './dist/server';