Beignet API reference
    Preparing search index...

    Type Alias CtxWithIdempotency

    Minimal context shape required for actor- and tenant-scoped idempotency.

    type CtxWithIdempotency = {
        actor?: ActivityActor;
        ports: IdempotencyPorts;
        tenant?: ActivityTenant;
    }
    Index