kysely
    Preparing search index...

    Interface WhereNode

    interface WhereNode {
        kind: "WhereNode";
        where: OperationNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "WhereNode"