kysely
    Preparing search index...

    Interface OffsetNode

    interface OffsetNode {
        kind: "OffsetNode";
        offset: OperationNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "OffsetNode"