ResolvedScopeKey
ResolvedScopeKey
Resolved key paired with its scope for aggregation.
Signature
interface ResolvedScopeKey {
scope: RateLimitScope;
key: string;
}
Resolved key paired with its scope for aggregation.
interface ResolvedScopeKey {
scope: RateLimitScope;
key: string;
}