signer/backend/src/Infrastructure/Http/RequestDtoInterface.php

8 lines
77 B
PHP

<?php
namespace App\Infrastructure\Http;
interface RequestDtoInterface
{
}