UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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