import { IsArray, IsOptional, IsString, Min, MinLength } from 'class-validator'; import { Type } from 'class-transformer'; import { ApiModelProperty } from '@nestjs/swagger'; export class {{ properCase name }}Dto { }