Type alias RepayArgs

RepayArgs: {
    loan: LoanV6;
    signableRepaymentData: SignableRepaymentDataV6;
}

Type declaration