UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

8 lines (7 loc) 270 B
import { BaseFieldOptions, DataTypes, Field } from '@tego/server'; export interface ExpressionFieldOptions extends BaseFieldOptions { type: 'expression'; } export declare class ExpressionField extends Field { get dataType(): DataTypes.TextDataTypeConstructor; }