UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 269 B
/** Engagement's type, either fully pre-paid (upfront) or periodically paid up to engagement duration (periodic) */ export var TypeEnum; (function (TypeEnum) { TypeEnum["periodic"] = "periodic"; TypeEnum["upfront"] = "upfront"; })(TypeEnum || (TypeEnum = {}));