UNPKG

ns2-front-module-common

Version:
8 lines 190 B
var PhoneModel = (function () { function PhoneModel() { this.is_primary = false; } return PhoneModel; }()); export { PhoneModel }; //# sourceMappingURL=phone.model.js.map