UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 234 B
/** CPU throttle informations */ export interface CpuThrottle { /** End date of the CPU throttle */ endDate?: string; /** Start date of the CPU throttle */ startDate: string; } //# sourceMappingURL=CpuThrottle.d.ts.map