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
+6
View File
@@ -0,0 +1,6 @@
import { PartialType } from "@nestjs/swagger";
import { CreateTicketDto } from "./create-ticket.dto";
export class UpdateTicketDto extends PartialType(CreateTicketDto){}