Type alias NodeType

NodeType: "AND" | "OR" | "NOT" | "EXPRESSION" | "TRUE" | "FALSE" | "UNDEFINED"

The node type: AND, OR, NOT, EXPRESSION, TRUE, FALSE, UNDEFINED

Generated using TypeDoc