UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

11 lines (9 loc) 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MarketplaceSubscriptionType = void 0; var MarketplaceSubscriptionType; (function (MarketplaceSubscriptionType) { MarketplaceSubscriptionType["SubscriptionTypeApp"] = "app"; MarketplaceSubscriptionType["SubscriptionTypeService"] = "service"; })(MarketplaceSubscriptionType || (exports.MarketplaceSubscriptionType = MarketplaceSubscriptionType = {})); //# sourceMappingURL=MarketplaceSubscriptionType.js.map