/**
 * This file was generated by st-open-api
 */
import { IOrderListProject } from './i-order-list-project';
export interface IOrderListProjects extends Array<IOrderListProject> {
}
