enum stepStatuses { PENDING = 'pending', CURRENT = 'current', COMPLETED = 'completed', } export { stepStatuses }