@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
6 lines • 347 B
TypeScript
/** Request body for the generation of pdf containing calculation of customer's carbon impact */
export interface CalculationPDFRequest {
/** Month of computation. Must be between last month and last month - 24 months. Only year and month are used; the day is ignored */
month: string;
}
//# sourceMappingURL=CalculationPDFRequest.d.ts.map