mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
export type TicketCategory =
|
|
| "general_question"
|
|
| "technical_question"
|
|
| "refund_request";
|