mosh-helpdesk/core/constants/ticket-category.ts
2026-02-19 09:30:43 -08:00

6 lines
154 B
TypeScript

export enum TicketCategory {
general_question = "general_question",
technical_question = "technical_question",
refund_request = "refund_request",
}