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

    Type Alias OutboxStats

    What OutboxStore.stats reports; oldestPendingAgeMs is null when nothing is pending.

    type OutboxStats = {
        oldestPendingAgeMs: number | null;
        pending: number;
    }
    Index
    oldestPendingAgeMs: number | null
    pending: number