UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 270 B
/** This enumeration specifies the intended usage of the SAP system. */ export declare enum SystemUsageEnum { 'custom' = "custom", 'development' = "development", 'production' = "production", 'test' = "test" } //# sourceMappingURL=SystemUsageEnum.d.ts.map