UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 174 B
/** The type of the SAP application. */ export declare enum ApplicationTypeEnum { 'ABAP' = "ABAP", 'JAVA' = "JAVA" } //# sourceMappingURL=ApplicationTypeEnum.d.ts.map