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