* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0 */ namespace App\Interfaces; interface ByteUnitsInterface { public function bytesFromUnit(string $units): int|string; }