const orderStatus = { CANCELLED: 'cancelled', PROGRESS: 'progress', PENDING: 'pending', WORKING: 'working', COMPLETE: 'complete', } module.exports = { orderStatus }