export interface UserCountryData {
    code: string;
    name: string;
    regionCode: string;
}
