export const STEP_STATUS = {
	ERROR: 'error',
	WARNING: 'warning',
	SUCCESS: 'success',
	IN_PROGRESS: 'in-progress',
};