export interface AvailableCountry {
  id: number;
  name: string;
  iso2: string;
}
