vip-product-delivery.model.js 224 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 /** * Created by tuukka on 04/02/17. */ "use strict"; var VipProductDelivery = (function () { function VipProductDelivery() { } return VipProductDelivery; }()); exports.VipProductDelivery = VipProductDelivery;