export type AuctionBorrowDto = { reqType: any; senderId: string; collateralTokenId: any; collateralAmt: string; orderNonce: string; maturityTime: string; expiredTime: string; interest: string; borrowTokenId: any; borrowAmt: string; eddsaSig: any; ecdsaSig?: string; epoch: string; feeAmount: string; feeTokenId: string; borrowFeeRate: string; borrowMinFeeAmt: string; };