interface UsingNode {
    kind: "UsingNode";
    tables: readonly OperationNode[];
}

Hierarchy (view full)

Properties

Properties

kind: "UsingNode"
tables: readonly OperationNode[]