Project

General

Profile

1
export class MapCountryData {
2
  id: string;
3
  country: string;
4
  z: number;
5
}
(1-1/3)