UNPKG

degiro-api

Version:

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

3 lines 188 B
import { AccountConfigType } from '../types'; export declare function getAccountConfigRequest(sessionId: string): Promise<AccountConfigType>; //# sourceMappingURL=getAccountConfig.d.ts.map