Felipe Muller

Results 1 issues of Felipe Muller

Suppose I have something like this. ``` class UpdateUserDTO { @IsString() readonly status: string; @IsBoolean() readonly deleted: boolean; @IsString() readonly name: string; } ``` I want to validate this so...

type: question