UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 211 B
/** distincts support level */ export declare enum SupportLevelEnum { 'critical' = "critical", 'fastpath' = "fastpath", 'gs' = "gs", 'pro' = "pro" } //# sourceMappingURL=SupportLevelEnum.d.ts.map