import { Orders } from './Orders'; /** updateOrders */ export interface UpdateOrders { /** orders[] */ orders?: Array; }