@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 466 B
TypeScript
/** Request body for the generation of csv containing calculation of customer's carbon impact */
export interface CalculationCSVRequest {
/** End month of computation. Must be after start month. Only year and month are used; the day is ignored. */
endMonth: string;
/** Start month of computation. Must be before end month. Only year and month are used; the day is ignored. */
startMonth: string;
}
//# sourceMappingURL=CalculationCSVRequest.d.ts.map