interface Country { name: string; dialCode: string; countryCode: string; } export default Country;