import { Defaults } from "~/defaults"; export class RelationsCountry { name: string = Defaults.String; countryCodeIso2: string = Defaults.String; }