| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/crm/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/crm/iapp.php |
<?php
namespace Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM;
use Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\ICmd;
interface IApp extends ICmd
{
public function optionSet($options);
}