degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
102 lines (96 loc) • 3.12 kB
text/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 { GetTransactionsOptionsType } from './GetTransactionsOptionsType'
import { TransactionType } from './TransactionType'
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,
GetTransactionsOptionsType,
GetAccountStateOptionsType,
AccountReportsType,
ReportType,
AccountInfoType,
FavouriteProductType,
StockType,
TransactionType,
GetHistoricalOrdersOptionsType,
HistoricalOrdersType,
GetNewsOptionsType,
NewsType,
New,
WebSettingsType,
WebUserSettingType,
ConfigDictionaryType,
StockCountry,
BondExchange,
BondIssuerType,
EurexCountry,
FutureExchange,
OptionExchange,
CombinationExchange,
CFDExchange,
Exchange,
Index,
Region,
Country,
i18nMessagesType,
GetPopularStocksConfigType,
}