Type Alias RateLimiterExpiredState

RateLimiterExpiredState: { type: typeof RATE_LIMITER_STATE["EXPIRED"] }

Represents an expired rate limiter state with no recorded metrics. Occurs when the rate limiter data has expired or been cleaned up. Requests are allowed to proceed with fresh quota calculation.

IMPORT_PATH: "@daiso-tech/core/rate-limiter/contracts"

Type declaration