enum ChangeStatus { APPROVED = 'approved', PENDING = 'pending', REJECTED = 'rejected' } export default ChangeStatus;