[NestJS] NestJs Data Validation with ValidationPipe
Forexamplewehavearestendpoint,weneedtovalidatethedatawereceiveincorrectformat:import{IsMongoId,IsString,IsBoolean,IsInt}from"class-validator";exportclassCourse{@IsString()@IsMongoId()_id:string;@IsInt