UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 234 B
/** Available periods for statistics */ export declare enum StatisticsPeriodEnum { 'daily' = "daily", 'monthly' = "monthly", 'weekly' = "weekly", 'yearly' = "yearly" } //# sourceMappingURL=StatisticsPeriodEnum.d.ts.map