/**
 * This file was generated by st-open-api
 */
import { IRothoRequestItemList } from './i-rotho-request-item-list';
export interface IRothoCalculation {
    items: IRothoRequestItemList;
    productId: string;
}
