@RawBody(new ValidationPipe()) function signature is missing in type declaration file #14254
Closed
3 of 15 tasks
Labels
needs triage
This issue has not been looked into
Is there an existing issue for this?
Current behavior
https://github.com/nestjs/nest/blob/master/packages/common/decorators/http/route-params.decorator.ts#L546-L551
@RawBody(new ValidationPipe()) function is missing in type declaration file so that I cannot use it in Typescript environment
https://unpkg.com/@nestjs/[email protected]/decorators/http/route-params.decorator.d.ts
Minimum reproduction code
https://github.com/hermanho/nestjs-01-cats-app-demo/blob/main/src/cats/cats.controller.ts
Steps to reproduce
No response
Expected behavior
@RawBody(new ValidationPipe()) function should be in type declaration file.
Package
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
Other package
No response
NestJS version
10.4.8-10.4.12
Packages versions
Node.js version
20.17.0
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: