/**
 * This file was generated by st-open-api
 */
import { IPacktechCalculationResponseProduct } from './i-packtech-calculation-response-product';
export interface IPacktechCalculationResponseProductList extends Array<IPacktechCalculationResponseProduct> {
}
