Beignet API reference
    Preparing search index...

    Type Alias OutboxMessageAssertionSource

    OutboxMessageAssertionSource:
        | readonly OutboxMessage[]
        | { messages: readonly OutboxMessage[] }

    Source accepted by outbox message assertion helpers.

    Use a MemoryOutboxPort or a snapshot returned by a test adapter. Durable SQL adapters should expose app-owned snapshots rather than widening the production OutboxPort read surface.

    Type Declaration