Erc721Droppable.claim propertyClaim tokens and configure claim conditionsExampleconst quantity = 10;await contract.nft.drop.claim.to("0x...", quantity);Signature:claim: Erc721Claimable | undefined;RemarksLet users claim NFTs. Define who can claim NFTs in the collection, when and how many.