This commit is contained in:
Philipinho
2024-03-24 17:02:52 +00:00
parent b44795eea3
commit a4c129c49d
4 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,8 @@ import {
IsEmail,
IsNotEmpty,
IsOptional,
IsString, MaxLength,
IsString,
MaxLength,
MinLength,
} from 'class-validator';