UNPKG

degiro-api

Version:

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

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