Beignet API reference
Preparing search index...
@beignet/core
server
CtxWithRateLimit
Type Alias CtxWithRateLimit
Minimal context shape required for user-scoped rate limits.
type
CtxWithRateLimit
=
{
actor
?:
ActivityActor
;
ports
:
RateLimitPorts
;
}
Index
Properties
actor?
ports
Properties
Optional
actor
actor
?:
ActivityActor
ports
ports
:
RateLimitPorts
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
ports
Beignet API reference
Loading...
Minimal context shape required for user-scoped rate limits.