UNPKG

degiro-api

Version:

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

3 lines 289 B
import { AccountConfigType, AccountDataType, GetNewsOptionsType, NewsType } from '../types'; export declare function getNewsRequest(options: GetNewsOptionsType, accountData: AccountDataType, accountConfig: AccountConfigType): Promise<NewsType>; //# sourceMappingURL=getNewsRequest.d.ts.map