tachybase_todo/packages/plugins/@tachybase/plugin-workflow/src/common/constants.ts
bai.zixv 5251aec157 feat: plugin-workfow, api regular (#1103)
Reviewed-on: daoyoucloud/tachybase#1103
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-06-04 16:59:10 +08:00

6 lines
194 B
TypeScript

export const NAMESPACE_INSTRUCTION_JSON_PARSE = 'json-parse';
export const NAMESPACE_INSTRUCTION_JS_PARSE = 'js-parse';
// api-fetch
export const NAMESPACE_TRIGGER_API_REGULAR = 'api-regular';