const coverageStatuses = Object.freeze({ PENDING: 'Pending', NO_COMP: 'No Comp', VERIFIED: 'Verified' }); export default coverageStatuses;