RateLimitExemptionListParams
RateLimitExemptionListParams
Filters for listing temporary exemptions.
Signature
interface RateLimitExemptionListParams {
scope?: RateLimitExemptionScope;
id?: string;
keyPrefix?: string;
limit?: number;
}