@ngn-net/giftcard-shared
Version:
Shared library for gifts score microservices
8 lines (7 loc) • 318 B
TypeScript
import { ExecutionContext } from "@nestjs/common";
import { ThrottlerGuard } from "@nestjs/throttler";
export declare class RevokerThrottlerGuard extends ThrottlerGuard {
private readonly logger;
private readonly userService;
protected throwThrottlingException(context: ExecutionContext): Promise<void>;
}