export type SecondaryMatchedOrderDto = { id: string; orderId: string; matchedId: string; matchedMQ: string; matchedBQ: string; fee: string; createdAt: string; interestRate: string; price: string; status: string; };