Frodo Library - v4.0.0-24
    Preparing search index...

    Interface WorkflowExpression

    interface WorkflowExpression {
        isExpression?: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    isExpression?: boolean
    value: string