UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

13 lines (12 loc) 498 B
/** * This file was generated by st-open-api */ import { IPacktechMaterialAcquisitionAndPreProcessing } from './i-packtech-material-acquisition-and-pre-processing'; import { IValueWithUnit } from './i-value-with-unit'; export interface IPacktechCalculationResponseParts { distribution: IValueWithUnit; endOfLife: IValueWithUnit; generalEmissions: IValueWithUnit; materialAcquisitionAndPreProcessing: IPacktechMaterialAcquisitionAndPreProcessing; production: IValueWithUnit; }