@eddyq/nestjs - v0.0.1
Interface GroupRate
Token-bucket rate limit applied to a group. Same shape as
setGroupRate
.
interface
GroupRate
{
count
:
number
;
periodMs
:
number
;
}
Index
Properties
count
period
Ms
Properties
count
count
:
number
period
Ms
periodMs
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
count
period
Ms
← Docs
GitHub
@eddyq/nestjs - v0.0.1
Token-bucket rate limit applied to a group. Same shape as
setGroupRate.