Can a same enum be used for multiple properties in a dto in the nestjs?
In Nestjs I’m using a DTO whose properties have the same set of values, so decided to use the same enum for both. But I was informed that using same enum for multiple properties is incorrect.