For instance validate the following enum: export enum Permissions ... export class UserDto { @IsEmail() readonly email: string; ...
確定! 回上一頁