update ticket

This commit is contained in:
2026-01-21 19:37:54 +03:30
parent 6c7dfbef1f
commit 9e233cd81a
5 changed files with 70 additions and 326 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { ApiProperty } from "@nestjs/swagger";
import { ArrayMinSize, IsEnum, IsNotEmpty, IsOptional, IsString, IsUUID, IsUrl, Length } from "class-validator";
import { IsNotEmpty, IsOptional, IsString, IsUUID, IsUrl, Length } from "class-validator";
import { TicketMessageEnum, UserMessage } from "../../../common/enums/message.enum";
import { TicketMessageEnum } from "../../../common/enums/message.enum";
export class CreateTicketDto {