UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines (10 loc) 284 B
/** Interval enum information */ export var Interval; (function (Interval) { Interval["P1M"] = "P1M"; Interval["P1Y"] = "P1Y"; Interval["P2Y"] = "P2Y"; Interval["P3M"] = "P3M"; Interval["P3Y"] = "P3Y"; Interval["P6M"] = "P6M"; })(Interval || (Interval = {}));