UNPKG

degiro-api

Version:

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

11 lines (10 loc) 219 B
export type LoginRequestBodyType = { isPassCodeReset: boolean, isRedirectToMobile: boolean, password: string, username: string, oneTimePassword: string | undefined, queryParams: { reason: string, }, }