/**
 * This file was generated by st-open-api
 */
export interface IGreenGrpPrintTotalWeight {
    productionEmissions?: number;
    weight: number;
}
