SkipThrottle

Adds metadata to the target which will be handled by the ThrottlerGuard whether or not to skip throttling for this context.


const SkipThrottle: (skip?: Record<string, boolean>) => MethodDecorator & ClassDecorator;