interface HavingNode {
    having: OperationNode;
    kind: "HavingNode";
}

Hierarchy (view full)

Properties

Properties

kind: "HavingNode"