We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nestjs-swagger-dto/src/decorators/typed-headers.decorator.ts
Line 42 in bb6c86f
I'm really excited about this decorator! It would be awesome if it could accept a custom exception factory or even an entire ValidationPipe.
The text was updated successfully, but these errors were encountered:
Will this work for you #16?
Sorry, something went wrong.
Added support for using custom ValidationPipe in [email protected]:
ValidationPipe
@TypedHeaders({ validationPipe: new ValidationPipe({ transform: true }) })
No branches or pull requests
nestjs-swagger-dto/src/decorators/typed-headers.decorator.ts
Line 42 in bb6c86f
I'm really excited about this decorator! It would be awesome if it could accept a custom exception factory or even an entire ValidationPipe.
The text was updated successfully, but these errors were encountered: