RateLimitStoreValue
RateLimitStoreValue
Aggregate results stored on the environment store for downstream handlers.
Signature
interface RateLimitStoreValue {
limited: boolean;
remaining: number;
resetAt: number;
retryAfter: number;
results: RateLimitResult[];
}