UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 234 B
/** Request body for the calculation of customer's carbon impact */ export interface CalculationRequest { /** Month of the requested document (day is ignored) */ date: string; } //# sourceMappingURL=CalculationRequest.d.ts.map