UNPKG

sos-user-info

Version:

Sos Component User Info

11 lines 263 B
"use strict"; var Country = (function () { function Country(id, name, idsos) { this.id = id; this.name = name; this.idsos = idsos; } return Country; }()); exports.Country = Country; //# sourceMappingURL=Country.js.map