algoan / nestjs-components

A list of useful components for NestJS applications
https://www.algoan.com
254 stars 40 forks source link

[FEAT] Add EnumFallback decorator #836

Closed Bendakh closed 11 months ago

Bendakh commented 11 months ago

Description

This PR aims to create a new decorator EnumFallback which allows to provide a fallback function with the enum type.

This is a WIP

Motivation and Context

Types of changes