klansser
Results
1
comments of
klansser
I have same problem with multiple body type, f.e. (it's only example for better understanding) ``` export class EmailUser { @IsNumber() public id: number; @IsEmail() public email: string; } export...