ClaimNFTReturnType type
This feature is currently in beta and may change based on feedback that we receive.
The return type of the useClaimNFT() hook.
Signature:
export type ClaimNFTReturnType = Awaited<ReturnType<Erc721["claimTo"]>> | Awaited<ReturnType<Erc1155["claimTo"]>>;