import { Defaults } from '../defaults'; export class Country { name: string = Defaults.String; countryCodeIso2: string = Defaults.String; }