UNPKG

degiro-api

Version:

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

11 lines 296 B
export declare type LoginRequestBodyType = { isPassCodeReset: boolean; isRedirectToMobile: boolean; password: string; username: string; oneTimePassword: string | undefined; queryParams: { reason: string; }; }; //# sourceMappingURL=LoginRequestBodyType.d.ts.map