<?php

declare(strict_types=1);

interface UnitEnum {
    public static function cases(): array;
}
