export const fromWiaasCountryList = (countryList) => { return { idCountry: countryList.country_id, countryName: countryList.country_name } }