A set of class validators based on the class-validator package (https://www.npmjs.com/package/@nestjs/class-validator/v/0.13.1).
npm install --save @algoan/nestjs-class-validators
A class validator that validates the enum type.
@IsEnum(UserType)
public userType: UserType;