kysely
    Preparing search index...

    Interface ReturningNode

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "ReturningNode"
    selections: readonly SelectionNode[]