interface SelectAllNode {
    kind: "SelectAllNode";
}

Hierarchy (view full)

Properties

Properties

kind: "SelectAllNode"