Project

General

Profile

1 57592 stefania.m
export class MapCountryData {
2
  id: string;
3
  country: string;
4
  z: number;
5
}