flux-querybuilder/src/Type/TypeInterface.php

7 lines
112 B
PHP
Raw Normal View History

<?php
2024-03-30 16:44:38 +01:00
namespace Hosterra\FluxBuilder\Type;
2024-03-30 16:44:38 +01:00
interface TypeInterface {
public function __toString(): string;
}