@pwngh/economy-lab
    Preparing search index...

    Type Alias InboxDeadLetterFinding

    What detectInboxDeadLetters found past the caller's watermark.

    type InboxDeadLetterFinding = {
        deadLettered: number;
        newestAt: number;
        signature: "inbox-dead-letter";
    }
    Index
    deadLettered: number

    Dead-letter log signals counted; row ids are not buffered, so none are carried.

    newestAt: number

    The newest dead-letter signal's capture time — the caller's next watermark.

    signature: "inbox-dead-letter"