Reviewed-on: daoyoucloud/tachybase#1103 Co-authored-by: bai.zixv <bai.zixv@foxmail.com> Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
6 lines
194 B
TypeScript
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';
|