[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["LendAction is a type of TransferAction, indicating the transfer of an object to a borrower."],["It includes a 'borrower' property which identifies the Person receiving the lent object."]]],["The `LendAction` type, which extends `TransferAction`, defines an action where something is lent. It specifies a `borrower`, which is a `Person` who receives the object. This `borrower` property is a sub-property of `participant`, indicating the role of the person taking possession of the lent item. This type focuses on the action of lending and the individual responsible for borrowing.\n"]]