kysely
    Preparing search index...

    Interface UnaryOperationNode

    interface UnaryOperationNode {
        kind: "UnaryOperationNode";
        operand: OperationNode;
        operator: OperationNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "UnaryOperationNode"
    operand: OperationNode
    operator: OperationNode