The params to pass to useMintNFTSupply .
useMintNFTSupply
type MintNFTSupplyParams = { additionalSupply: Amount; to: WalletAddress; tokenId: BigNumberish;};
type additionalSupply = Amount;
type to = WalletAddress;
type tokenId = BigNumberish;