@samatawy/rules
    Preparing search index...

    Type Alias ExpressionType

    ExpressionType:
        | "LiteralExpression"
        | "VariableExpression"
        | "ArrayExpression"
        | "FunctionExpression"
        | "ArithmeticExpression"
        | "ComparisonExpression"
        | "LogicalExpression"
        | "TernaryExpression"
        | "SwitchExpression"
        | "LambdaExpression"
        | "IfThenRule"
        | "IfThenElseRule"
        | "IfThrowRule"
        | "OutputRule"
        | "CompositeAction"
        | "OutputAction"
        | "ExceptionThrower"
        | "CommandExecutable"
        | "CommandArgument"

    Types of expressions and rules that can be rendered. This includes all the different expression types as well as rule types and function definitions.