chore: import DH V2 D5.6.4 production baseline
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { IsString, MaxLength, MinLength } from 'class-validator';
|
||||
|
||||
export class CancelAssetImportDto {
|
||||
@IsString() @MinLength(5) @MaxLength(500) reason!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user