@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface BooleanUnaryNode<Composite> {
        operand: Composite;
        type: "not";
    }

    Type Parameters

    • Composite
    Index

    Properties

    Properties

    operand: Composite
    type: "not"