export enum ETicketStatus {
  OPEN = 'OPEN',
  RESOLVED = 'RESOLVED',
}
