degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
33 lines • 2.89 kB
TypeScript
import { CashFoundType } from './CashFoundType';
import { DeGiroSettupType } from './DeGiroSettupType';
import { PortfolioPositionType } from './PortfolioPositionType';
import { LoginResponseType } from './LoginResponseType';
import { LoginRequestParamsType } from './LoginRequestParamsType';
import { LoginRequestBodyType } from './LoginRequestBodyType';
import { AccountConfigType } from './AccountConfigType';
import { AccountDataType } from './AccountDataType';
import { GetPorfolioConfigType } from './GetPorfolioConfigType';
import { SearchProductOptionsType } from './SearchProductOptionsType';
import { SearchProductResultType } from './SearchProductResultType';
import { OrderType } from './OrderType';
import { CreateOrderResultType } from './CreateOrderResultType';
import { TransactionFeeType } from './TransactionFeeType';
import { IsLoginOptionsType } from './IsLoginOptionsType';
import { GetOrdersConfigType } from './GetOrdersConfigType';
import { GetOrdersResultType } from './GetOrdersResultType';
import { GetAccountStateOptionsType } from './GetAccountStateOptionsType';
import { AccountReportsType, ReportType } from './AccountReportsType';
import { AccountInfoType } from './AccountInfoType';
import { FavouriteProductType } from './FavouriteProductType';
import { StockType } from './StockType';
import { GetHistoricalOrdersOptionsType } from './GetHistoricalOrdersOptionsType';
import { HistoricalOrdersType } from './HistoricalOrdersType';
import { GetNewsOptionsType } from './GetNewsOptionsType';
import { NewsType, New } from './NewsType';
import { WebSettingsType } from './WebSettingsType';
import { WebUserSettingType } from './WebUserSettingType';
import { i18nMessagesType } from './i18nMessagesType';
import { GetPopularStocksConfigType } from './GetPopularStocksConfigType';
import { ConfigDictionaryType, StockCountry, BondExchange, BondIssuerType, EurexCountry, FutureExchange, OptionExchange, CombinationExchange, CFDExchange, Exchange, Index, Region, Country } from './ConfigDictionaryType';
export { CashFoundType, DeGiroSettupType, PortfolioPositionType, LoginResponseType, LoginRequestParamsType, LoginRequestBodyType, AccountConfigType, AccountDataType, GetPorfolioConfigType, SearchProductOptionsType, SearchProductResultType, OrderType, CreateOrderResultType, TransactionFeeType, IsLoginOptionsType, GetOrdersConfigType, GetOrdersResultType, GetAccountStateOptionsType, AccountReportsType, ReportType, AccountInfoType, FavouriteProductType, StockType, GetHistoricalOrdersOptionsType, HistoricalOrdersType, GetNewsOptionsType, NewsType, New, WebSettingsType, WebUserSettingType, ConfigDictionaryType, StockCountry, BondExchange, BondIssuerType, EurexCountry, FutureExchange, OptionExchange, CombinationExchange, CFDExchange, Exchange, Index, Region, Country, i18nMessagesType, GetPopularStocksConfigType, };
//# sourceMappingURL=index.d.ts.map