Represents the parameters for claiming an ERC721 token.
type ClaimToParams = { quantity: bigint; to: Address };