관리-도구
편집 파일: PresentableStampInterface.php
<?php declare(strict_types=1); namespace Flasher\Prime\Stamp; interface PresentableStampInterface { /** * @return array<string, mixed> */ public function toArray(): array; }