export type MatchedOrderInfoDto = { id: string; orderId: string; matchedId: string; matchedLendAmt: string; matchedBondAmt: string; matchedBorrowAmt: string; matchedCollateralAmt: string; fee: string; interest: string; createdAt: string; status: string; };