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) 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppInstallationSource = void 0; var AppInstallationSource; (function (AppInstallationSource) { AppInstallationSource["MARKETPLACE"] = "marketplace"; AppInstallationSource["PRIVATE"] = "private"; })(AppInstallationSource || (exports.AppInstallationSource = AppInstallationSource = {})); //# sourceMappingURL=IAppStorageItem.js.map