Type Alias ThrottleConsumerResult

ThrottleConsumerResult: { expiresAt: number; ok: boolean }

Type declaration

  • expiresAt: number

    The minimal time the user has to wait before being able to use the command again

  • ok: boolean