UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 356 B
/** Reasons why the promotion code can not be generated */ export declare enum ReasonCodes { 'noMoreAvailable' = "noMoreAvailable", 'offerNotCompatible' = "offerNotCompatible", 'serviceNotInOkState' = "serviceNotInOkState", 'stillEngaged' = "stillEngaged", 'taskInProgress' = "taskInProgress" } //# sourceMappingURL=ReasonCodes.d.ts.map