NFTProviderProps

Props for the <NFT> component

type NFTProviderProps = {
contract: ThirdwebContract;
tokenId: bigint;
};