<?php
declare(strict_types=1);
namespace App\Sign\Api;
class ApiParams
{
public function __construct(
public string $endPointUrl
) {
}