UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 205 B
/** Enum values for incident type status */ export var TypeEnum; (function (TypeEnum) { TypeEnum["incident"] = "incident"; TypeEnum["maintenance"] = "maintenance"; })(TypeEnum || (TypeEnum = {}));