관리-도구
편집 파일: FixedType.php
<?php namespace CuyZ\Valinor\Type; /** @internal */ interface FixedType extends Type { public function value(): bool|string|int|float; }