Beignet API reference
    Preparing search index...

    Type Alias IdempotencyEntryAssertionSource

    IdempotencyEntryAssertionSource:
        | readonly MemoryIdempotencyEntry[]
        | Pick<MemoryIdempotencyStore, "entries">

    Source accepted by idempotency entry assertion helpers.

    Use a MemoryIdempotencyStore or a snapshot array from an app-owned adapter. Durable SQL adapters should expose app-owned snapshots rather than widening the production IdempotencyPort read surface.