UNPKG

degiro-api

Version:

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

3 lines 292 B
import { AccountConfigType, AccountDataType, i18nMessagesType } from '../types'; export declare function getWebi18nMessagesRequest(lang: string, accountData: AccountDataType, accountConfig: AccountConfigType): Promise<i18nMessagesType>; //# sourceMappingURL=getWebi18nMessagesRequest.d.ts.map