/**
 * This file was generated by st-open-api
 */
import { IRothoResponseLogistics } from './i-rotho-response-logistics';
export interface IRothoResponseLogisticsList extends Array<IRothoResponseLogistics> {
}
