UNPKG

degiro-api

Version:

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

3 lines 345 B
import { SearchProductOptionsType, AccountConfigType, AccountDataType, SearchProductResultType } from '../types'; export declare function searchProductRequest(options: SearchProductOptionsType, accountData: AccountDataType, accountConfig: AccountConfigType): Promise<SearchProductResultType[]>; //# sourceMappingURL=searchProductRequest.d.ts.map