MintAdditionalSupplyToParams

type MintAdditionalSupplyToParams = {
supply: bigint;
to: string;
tokenId: bigint;
};