UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 318 B
import { UnitAndValueDouble } from '../../complexType/UnitAndValueDouble'; /** Hourly consumption of a filer */ export interface HourlyConsumption { /** Consumption of the Filer */ consumption: UnitAndValueDouble; /** Last update */ lastUpdate: string; } //# sourceMappingURL=HourlyConsumption.d.ts.map