UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 240 B
/** The type of the SAP deployment. */ export declare enum DeploymentTypeEnum { 'Distributed' = "Distributed", 'High-Availability' = "High-Availability", 'Standard' = "Standard" } //# sourceMappingURL=DeploymentTypeEnum.d.ts.map