UNPKG

atlassian-connect-auth

Version:
10 lines (9 loc) 410 B
"use strict"; 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 = {}));