UNPKG

degiro-api

Version:

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

6 lines 244 B
import { PORTFOLIO_POSITIONS_TYPE_ENUM } from '../enums/DeGiroEnums'; export declare type GetPorfolioConfigType = { type: PORTFOLIO_POSITIONS_TYPE_ENUM; getProductDetails?: boolean; }; //# sourceMappingURL=GetPorfolioConfigType.d.ts.map