Skip to content

Documentation / @agentick/mcp / RateLimitResult

Type Alias: RateLimitResult

RateLimitResult = { allowed: true; } | { allowed: false; retryAfterMs: number; }

Defined in: protocol/types.ts:64

Released under the ISC License.