ClaimNFTReturnType

The return type of the useClaimNFT hook.

type ClaimNFTReturnType =
| Awaited<ReturnType<Erc721["claimTo"]>>
| Awaited<ReturnType<Erc1155["claimTo"]>>;