UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines (9 loc) 434 B
/** Reasons why the promotion code can not be generated */ export var ReasonCodes; (function (ReasonCodes) { ReasonCodes["noMoreAvailable"] = "noMoreAvailable"; ReasonCodes["offerNotCompatible"] = "offerNotCompatible"; ReasonCodes["serviceNotInOkState"] = "serviceNotInOkState"; ReasonCodes["stillEngaged"] = "stillEngaged"; ReasonCodes["taskInProgress"] = "taskInProgress"; })(ReasonCodes || (ReasonCodes = {}));