/**
 * This file was generated by st-open-api
 */
import { IPacktechCalculationResponseParts } from './i-packtech-calculation-response-parts';
import { IValueWithUnit } from './i-value-with-unit';
export interface IPacktechCalculationResponseProduct {
    parts: IPacktechCalculationResponseParts;
    productId: string;
    total: IValueWithUnit;
}
