UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines (9 loc) 374 B
/** Line tests results */ export var LineTestEnum; (function (LineTestEnum) { LineTestEnum["actionPending"] = "actionPending"; LineTestEnum["customerSideProblem"] = "customerSideProblem"; LineTestEnum["error"] = "error"; LineTestEnum["noProblem"] = "noProblem"; LineTestEnum["ovhSideProblem"] = "ovhSideProblem"; })(LineTestEnum || (LineTestEnum = {}));