UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 240 B
/** Possible customer questions */ export var ProblemTypeEnum; (function (ProblemTypeEnum) { ProblemTypeEnum["lowBandwidth"] = "lowBandwidth"; ProblemTypeEnum["syncLoss"] = "syncLoss"; })(ProblemTypeEnum || (ProblemTypeEnum = {}));