UNPKG

degiro-api

Version:

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

6 lines (5 loc) 115 B
export type LoginRequestParamsType = { username: string, pwd: string, oneTimePassword: string | undefined, }