Repository URL to install this package:
|
Version:
1.1.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var SessionStateUpdate = /** @class */ (function () {
function SessionStateUpdate(menuItems, menuTree, subscriptionIds, complexSubscriptions, activeMenu, activeItem, totalPrice, totalPriceText, modelId, groupId, serie, frame, imageFilename, maskFilename, isWrap, isReversed, category, loan) {
this.menuItems = menuItems;
this.menuTree = menuTree;
this.subscriptionIds = subscriptionIds;
this.complexSubscriptions = complexSubscriptions;
this.activeMenu = activeMenu;
this.activeItem = activeItem;
this.totalPrice = totalPrice;
this.totalPriceText = totalPriceText;
this.modelId = modelId;
this.groupId = groupId;
this.serie = serie;
this.frame = frame;
this.imageFilename = imageFilename;
this.maskFilename = maskFilename;
this.isWrap = isWrap;
this.isReversed = isReversed;
this.category = category;
this.loan = loan;
}
return SessionStateUpdate;
}());
exports.SessionStateUpdate = SessionStateUpdate;
exports.default = SessionStateUpdate;
//# sourceMappingURL=sessionStateUpdate.js.map