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