UNPKG

ns2-front-module-common

Version:
20 lines 868 B
var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); import { AbstractRefModel } from "./abstract-ref.model"; var RealtyDealModel = (function (_super) { __extends(RealtyDealModel, _super); function RealtyDealModel() { return _super !== null && _super.apply(this, arguments) || this; } return RealtyDealModel; }(AbstractRefModel)); export { RealtyDealModel }; //# sourceMappingURL=realty-deal.model.js.map