UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

3 lines 282 B
import { AccountConfigType, AccountDataType, WebUserSettingType } from '../types'; export declare function getWebUserSettingsRequest(accountData: AccountDataType, accountConfig: AccountConfigType): Promise<WebUserSettingType>; //# sourceMappingURL=getWebUserSettingsRequest.d.ts.map