export enum ComplaintStatus { WAITING_FOR_RESPONSE = 'waiting_for_response', ANSWERED = 'answered' }