chore: import DH V2 D5.6.4 production baseline
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import { Transform } from 'class-transformer'; import { IsDateString,IsOptional,IsString,MaxLength,MinLength } from 'class-validator'; export class EndAreaLegalRightOrganizationDto { @IsOptional() @IsDateString() validUntil?:string|null; @Transform(({value})=>typeof value==='string'?value.trim():value) @IsString() @MinLength(3) @MaxLength(1000) reason!:string; }
|
||||
Reference in New Issue
Block a user