export interface CountryItem { flag: string; name: string; dialCode: string; code: string; }