UNPKG

degiro-api

Version:

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

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