degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
26 lines • 767 B
TypeScript
export declare type AccountConfigType = {
data: {
betaLandingPath: string;
cashSolutionsUrl?: string;
clientId: number;
companiesServiceUrl: string;
dictionaryUrl: string;
firstLoginWizardUrl?: string;
i18nUrl: string;
landingPath: string;
loginUrl: string;
mobileLandingPath: string;
paUrl: string;
paymentServiceUrl: string;
productSearchUrl: string;
productTypesUrl: string;
reportingUrl: string;
sessionId: string;
taskManagerUrl: string;
tradingUrl: string;
vwdGossipsUrl: string;
vwdNewsUrl: string;
vwdQuotecastServiceUrl: string;
};
};
//# sourceMappingURL=AccountConfigType.d.ts.map