atlassian-connect-auth
Version:
Helper for handling webhooks from Atlassian products
10 lines (9 loc) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InstallationType = exports.ContextQsh = void 0;
exports.ContextQsh = 'context-qsh';
var InstallationType;
(function (InstallationType) {
InstallationType["newInstallation"] = "newInstallation";
InstallationType["update"] = "update";
})(InstallationType = exports.InstallationType || (exports.InstallationType = {}));