import type { SecondaryLatestMatchedOrderDto } from './SecondaryLatestMatchedOrderDto'; export type SecondaryLatestMatchedOrderListDto = { list: Array; };