RateLimitExemptionInfo
RateLimitExemptionInfo
Listed exemption entry with key and expiry info.
Signature
interface RateLimitExemptionInfo {
key: string;
scope: RateLimitExemptionScope;
id: string;
expiresInMs: number | null;
}
Listed exemption entry with key and expiry info.
interface RateLimitExemptionInfo {
key: string;
scope: RateLimitExemptionScope;
id: string;
expiresInMs: number | null;
}