export interface BaseUrl {
  url: string;
  country: string;
  countrycode: string;
}
