kysely
    Preparing search index...

    Interface UsingNode

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "UsingNode"
    tables: readonly OperationNode[]