| Current Path : /var/www/homesaver/www/bitrix/modules/rest/lib/FormConfig/ |
| Current File : /var/www/homesaver/www/bitrix/modules/rest/lib/FormConfig/ConfigStoreInterface.php |
<?php
namespace Bitrix\Rest\FormConfig;
interface ConfigStoreInterface
{
public function provide(): array;
}