UNPKG

degiro-api

Version:

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

7 lines (5 loc) 180 B
import { PORTFOLIO_POSITIONS_TYPE_ENUM } from '../enums/DeGiroEnums' export type GetPorfolioConfigType = { type: PORTFOLIO_POSITIONS_TYPE_ENUM, getProductDetails?: boolean, }