export interface Geo {
    geoId?: string;
    geoTypeEnumId?: string;
    geoName?: string;
    geoNameLocal?: string;
    geoCodeAlpha2?: string;
    geoCodeAlpha3?: string;
    geoCodeNumeric?: string;
    wellKnownText?: string;
}
