enum PayPortalStatuses { Ready = 'Ready', Initializing = 'Initializing', } export default PayPortalStatuses;