@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) • 466 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.MarketplacePurchaseType = void 0;
var MarketplacePurchaseType;
(function (MarketplacePurchaseType) {
MarketplacePurchaseType["PurchaseTypeBuy"] = "buy";
MarketplacePurchaseType["PurchaseTypeSubscription"] = "subscription";
})(MarketplacePurchaseType || (exports.MarketplacePurchaseType = MarketplacePurchaseType = {}));
//# sourceMappingURL=MarketplacePurchaseType.js.map
;