UNPKG

degiro-api

Version:

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

8 lines 171 B
export type LoginResponseType = { isPassCodeEnabled?: boolean, locale?: string, redirectUrl?: string, sessionId?: string, status: number, statusText: string, }