type UpdateMetadataParams = { client: ThirdwebClient; newMetadata: NFTInput; targetTokenId: bigint;};
type client = ThirdwebClient;
type newMetadata = NFTInput;
type targetTokenId = bigint;