Variable: RateLimitCheckResultSchema
Defined in: rate-limit.ts:58 Effect Schema for the structured result of an IRateLimitStoreconstRateLimitCheckResultSchema:Struct<{limited:Boolean;remaining:Number;resetTime:Number;total:Number; }>
check(). Useful when serialising decisions to inter-service queues
or persisting them for audit.