import { Orders } from './Orders'

/** createOrders */
export interface CreateOrders {
  /** orders[] */
  orders?: Array<Orders>
}
