lonestone / nest-sdk-generator

A REST SDK generator for NestJS. Strictly type your frontend's API calls :rocket:
MIT License
92 stars 10 forks source link

Support for pipes on params #11

Open pontusab opened 1 year ago

pontusab commented 1 year ago

Would it be possible to add support for adding a pipe to a Param decorator?

Currently getting: Multiple (2) arguments were provided to the decorator with this code: @Param('cartId', CartIdPipe) cartId: string,