export interface UserCountryResponse {
    countryCode: string;
    countryName: string;
    regionCode: string;
}
