adrema/app/Lib/Editor/Editorable.php

9 lines
107 B
PHP
Raw Normal View History

2024-07-06 15:08:13 +02:00
<?php
namespace App\Lib\Editor;
interface Editorable
{
public function toEditorData(): EditorData;
}