import { SendOrderRequest } from "./sendOrder";

export type SendOrderListRequest = SendOrderRequest[];
