UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 204 B
/** Response for request of customer's carbon impact */ export interface CalculationResponse { /** ID of the calculation task */ taskID: string; } //# sourceMappingURL=CalculationResponse.d.ts.map