Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@fbinhouse/spark-client / dist / client / sessionStateUpdate.js
Size: Mime:
"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