/**
 * This file was generated by st-open-api
 */
export interface IPPPMaterialWeight {
    material: string;
    weight: number;
}
