const Constants = { caseStatuses: [ 'open', 'resolved', 'invalid' ] }; module.exports = Constants;