UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 327 B
/** The type of the SAP deployment. */ export var DeploymentTypeEnum; (function (DeploymentTypeEnum) { DeploymentTypeEnum["Distributed"] = "Distributed"; DeploymentTypeEnum["High-Availability"] = "High-Availability"; DeploymentTypeEnum["Standard"] = "Standard"; })(DeploymentTypeEnum || (DeploymentTypeEnum = {}));