mosh-helpdesk/core/constants/ticket-category.ts
2026-02-19 11:12:49 -08:00

5 lines
99 B
TypeScript

export type TicketCategory =
| "general_question"
| "technical_question"
| "refund_request";