/**
 * This file was generated by st-open-api
 */
import { IRothoResponseItemList } from './i-rotho-response-item-list';
import { IValueWithUnit } from './i-value-with-unit';
export interface IRothoCalculationResponse {
    items: IRothoResponseItemList;
    productId: string;
    total: IValueWithUnit;
}
