UNPKG

degiro-api

Version:

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

9 lines (8 loc) 167 B
export type ReportType = { id: number, type: string, description: string, stampCreated: string, uri: string, } export type AccountReportsType = ReportType[]