Represents the parameters for the "setTokenURI" function.
type SetTokenURIParams = WithOverrides<{ tokenId: AbiParameterToPrimitiveType<{ name: "_tokenId"; type: "uint256"; }>; uri: AbiParameterToPrimitiveType<{ name: "_uri"; type: "string" }>;}>;