@eagleoutice/flowr - v2.13.2
    Preparing search index...
    interface BooleanBinaryNode<Composite> {
        left: Composite;
        right: Composite;
        type: "xor" | "and" | "or";
    }

    Type Parameters

    • Composite
    Index

    Properties

    Properties

    left: Composite
    right: Composite
    type: "xor" | "and" | "or"