@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
10 lines (9 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GenerateType = void 0;
var GenerateType;
(function (GenerateType) {
GenerateType["GLOBAL"] = "GLOBAL";
GenerateType["MAPPING"] = "MAPPING";
GenerateType["BRANCH"] = "BRANCH";
})(GenerateType = exports.GenerateType || (exports.GenerateType = {}));