interface OnNode {
    kind: "OnNode";
    on: OperationNode;
}

Hierarchy (view full)

Properties

Properties

kind: "OnNode"