/**
 * 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;
}
