UNPKG

degiro-api

Version:

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

9 lines 240 B
export declare type LoginResponseType = { isPassCodeEnabled?: boolean; locale?: string; redirectUrl?: string; sessionId?: string; status: number; statusText: string; }; //# sourceMappingURL=LoginResponseType.d.ts.map