feat: apply all decorators with return type PropertyDecorator
#555
Labels
status: done/released
Issue has been completed, no further action is needed.
type: feature
Issues related to new features.
I would propose all decorators should return
PropertyDecorator
because this is standard type from typescript and useful when usingapplyDecorators
function from@nestjs
. I'll make a PR for that as well.The text was updated successfully, but these errors were encountered: