export interface Alias {
  title: string;
  country: string;
}
