Interface GroupRate

    Token-bucket rate limit applied to a group. Same shape as setGroupRate.

    interface GroupRate {
        count: number;
        periodMs: number;
    }
    Index

    Properties

    Properties

    count: number
    periodMs: number