// SPDX-License-Identifier: MIT pragma solidity ^0.8.24; interface ITokenErrors { error NotOwnerOrApproved(address caller, address owner); }