/**
 * This file was generated by st-open-api
 */
import { IRothoRequestLogisticsItem } from './i-rotho-request-logistics-item';
export interface IRothoRequestLogisticsItemList extends Array<IRothoRequestLogisticsItem> {
}
