Closed TrejGun closed 2 months ago
ThrottlerRequest used in readme.md for WsThrottlerGuard is not exported from src/index
https://github.com/nestjs/throttler/blob/master/README.md
No response
interface is exported
6.1.1
I guess it's just a missing export * from './throttler.guard.interface.ts'; at src/index.ts
export * from './throttler.guard.interface.ts';
src/index.ts
yeah , I created a PR https://github.com/nestjs/throttler/pull/2088
Is there an existing issue for this?
Current behavior
ThrottlerRequest used in readme.md for WsThrottlerGuard is not exported from src/index
Minimum reproduction code
https://github.com/nestjs/throttler/blob/master/README.md
Steps to reproduce
No response
Expected behavior
interface is exported
Package version
6.1.1
NestJS version
No response
Node.js version
No response
In which operating systems have you tested?
Other
No response