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

    Type Alias SweepResult<TSummary>

    SweepResult:
        | { ok: true; summary: TSummary }
        | { code: string; ok: false; retryable: boolean }

    One job's outcome: its summary, or its caught error as data (code and retry flag). A job's exception never escapes to the caller.

    Type Parameters

    • TSummary