degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
7 lines • 387 B
TypeScript
import { AccountDataType, AccountConfigType } from '../types';
/**
* Generate a download URL to the report with the `id` identifier
* @param id Report id to generate download URL
*/
export declare const generateReportURIFromID: (reportId: number | string, accountData: AccountDataType, accountConfig: AccountConfigType) => string;
//# sourceMappingURL=generateReportURIFromID.d.ts.map