Type alias LoanV6

LoanV6: RepayAbiTypeV6[0]["loan"] & {
    contractAddress: Address;
    startTime: Date | bigint;
}

Type declaration

  • contractAddress: Address
  • startTime: Date | bigint