UNPKG

degiro-api

Version:

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

3 lines 203 B
import { LoginRequestParamsType, LoginResponseType } from '../types'; export declare function loginRequest(params: LoginRequestParamsType): Promise<LoginResponseType>; //# sourceMappingURL=login.d.ts.map