mosh-helpdesk/core/constants/ticket-category.ts

5 lines
99 B
TypeScript
Raw Normal View History

2026-02-19 20:12:49 +01:00
export type TicketCategory =
| "general_question"
| "technical_question"
| "refund_request";