Beignet API reference
    Preparing search index...

    Type Alias CtxWithRateLimit

    Minimal context shape required for user-scoped rate limits.

    type CtxWithRateLimit = {
        actor?: ActivityActor;
        ports: RateLimitPorts;
    }
    Index

    Properties

    Properties

    ports: RateLimitPorts