UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 245 B
/** The type of the SAP application. */ export var ApplicationTypeEnum; (function (ApplicationTypeEnum) { ApplicationTypeEnum["ABAP"] = "ABAP"; ApplicationTypeEnum["JAVA"] = "JAVA"; })(ApplicationTypeEnum || (ApplicationTypeEnum = {}));