fix: schemas + states

This commit is contained in:
2026-04-08 19:35:23 +07:00
parent 930fabc028
commit 1be4770afd
6 changed files with 58 additions and 0 deletions

6
schemas/tickets.py Normal file
View File

@@ -0,0 +1,6 @@
from dataclasses import dataclass
@dataclass
class NewTicketDTO:
creator_id: int