// SPDX-License-Identifier: UNLICENSED pragma solidity >=0.8.18; interface ISmartAssetURIStorageOverridable { function setTokenURI(uint256 tokenId, string memory newTokenURI) external; }