UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 271 B
/** Period of time used to determine license statistics */ export declare enum LicensePeriodEnum { 'lastMonth' = "lastMonth", 'lastQuarter' = "lastQuarter", 'lastWeek' = "lastWeek", 'lastYear' = "lastYear" } //# sourceMappingURL=LicensePeriodEnum.d.ts.map