MintNFTSupplyParams

The params to pass to useMintNFTSupply .

type MintNFTSupplyParams = {
additionalSupply: Amount;
tokenId: BigNumberish;
};