UNPKG

degiro-api

Version:

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

9 lines 243 B
export declare type ReportType = { id: number; type: string; description: string; stampCreated: string; uri: string; }; export declare type AccountReportsType = ReportType[]; //# sourceMappingURL=AccountReportsType.d.ts.map