UNPKG

@climatepartner/climatepartner-api-sdk

Version:

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

12 lines (11 loc) 265 B
/** * This file was generated by st-open-api */ import { IRothoWeightUnit } from './i-rotho-weight-unit'; export interface IRothoRequestMaterialItem { cpId: string; description?: string; type: string; unit: IRothoWeightUnit; weight: number; }