@climatepartner/climatepartner-api-sdk
Version:
The ClimatePartner API provides one uniform public API to customers of ClimatePartner.
17 lines (16 loc) • 452 B
TypeScript
/**
* This file was generated by st-open-api
*/
import { IRothoWeightUnit } from './i-rotho-weight-unit';
import { IValueWithUnit } from './i-value-with-unit';
export interface IRothoResponseMaterialItem {
choiceDescription?: string;
cpId: string;
description?: string;
emissionFactorLastModified?: string;
emissions: IValueWithUnit;
isChoiceKnown: boolean;
type: string;
unit: IRothoWeightUnit;
weight: number;
}