interface ReturningNode {
    kind: "ReturningNode";
    selections: readonly kysely.SelectionNode[];
}

Hierarchy (view full)

Properties

Properties

kind: "ReturningNode"
selections: readonly kysely.SelectionNode[]