UNPKG

degiro-api

Version:

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

7 lines 273 B
import { CashFoundType } from '../types'; declare type ObjectDataType = { value: []; }; export declare const processGetCashFundsResultListObject: (objectData: ObjectDataType) => CashFoundType; export {}; //# sourceMappingURL=processGetCashFundsResultListObject.d.ts.map