interface EvaluateNode {
    left: any;
    right: any;
}

Properties

Properties

left: any
right: any