UNPKG

degiro-api

Version:

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

3 lines 260 B
import { AccountConfigType, AccountDataType } from '../types'; export declare function getProductsByIdsRequest(ids: string[], accountData: AccountDataType, accountConfig: AccountConfigType): Promise<any[]>; //# sourceMappingURL=getProductsByIdsRequest.d.ts.map