Type Alias ThrottleConsumer

ThrottleConsumer: (
    throttle: Readonly<CommandThrottleOptions>,
) => ThrottleConsumerResult | Promise<ThrottleConsumerResult>

Type declaration