export interface LocationItem {
  id: number;
  iso3: string;
  name: string;
}
