| Current Path : /var/www/homesaver/www/bitrix/modules/pull/install/js/pull/minirest/src/ |
| Current File : /var/www/homesaver/www/bitrix/modules/pull/install/js/pull/minirest/src/restcaller.js |
export interface RestCaller {
callMethod(method: string, params: Object): Promise
}