Type alias MultiSourceLoan

MultiSourceLoan: Loan & Node & {
    __typename?: "MultiSourceLoan";
    activities: LoanActivity[];
    address: Scalars["Address"];
    auction?: Maybe<Auction>;
    blendedAprBps: Scalars["Float"];
    borrowerAddress: Scalars["Address"];
    contractStartTime: Scalars["DateTime"];
    currency: Currency;
    duration: Scalars["BigInt"];
    durationFromRenegotiationOrStart: Scalars["BigInt"];
    endDate: Scalars["DateTime"];
    id: Scalars["String"];
    indexInBlock: Scalars["Int"];
    lastRenegotiationDate?: Maybe<Scalars["DateTime"]>;
    loanId: Scalars["Int"];
    nft: Nft;
    offer: Offer;
    offerIds: Scalars["String"][];
    principalAddress: Scalars["Address"];
    principalAmount: Scalars["BigInt"];
    protocolFee: Scalars["BigInt"];
    renegotiationCount: Scalars["Int"];
    renegotiationRequest?: Maybe<RenegotiationRequest>;
    repaidActivity?: Maybe<LoanRepaid>;
    repaymentTime?: Maybe<Scalars["DateTime"]>;
    sources: Source[];
    startTime: Scalars["DateTime"];
    status: Scalars["String"];
    timestamp: Scalars["DateTime"];
    topUpRequest?: Maybe<TopUpRequest>;
    totalOriginationFee: Scalars["BigInt"];
    txHash: Scalars["Hash"];
}

Type declaration