UNPKG

@sap/adp-common

Version:
10 lines 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeploymentOperations = void 0; var DeploymentOperations; (function (DeploymentOperations) { DeploymentOperations["DEPLOY"] = "Deploy"; DeploymentOperations["UNDEPLOY"] = "Undeploy"; DeploymentOperations["UPDATE"] = "Update"; })(DeploymentOperations = exports.DeploymentOperations || (exports.DeploymentOperations = {})); //# sourceMappingURL=DeploymentOperations.js.map