mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
export enum TicketCategory {
|
|
general_question = "general_question",
|
|
technical_question = "technical_question",
|
|
refund_request = "refund_request",
|
|
}
|