Add action stuff to module exports.
This commit is contained in:
parent
dcdb2bad1a
commit
52b100667d
10
src/index.ts
10
src/index.ts
@ -1,6 +1,7 @@
|
|||||||
import { Exchange } from "./interface/exchange";
|
import { Exchange } from "./interface/exchange";
|
||||||
import { Position, Portfolio, PortfolioProvider } from "./interface/portfolio";
|
import { Position, Portfolio, PortfolioProvider } from "./interface/portfolio";
|
||||||
import { Quote, QuoteProvider } from "./interface/quote";
|
import { Quote, QuoteProvider } from "./interface/quote";
|
||||||
|
import { Action, ActionDateOptions, ActionDateType, ActionFetchOptions, ActionFetchResponse, ActionProvider, ActionSide } from './interface/actions';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
Exchange,
|
Exchange,
|
||||||
@ -8,5 +9,12 @@ export {
|
|||||||
Portfolio,
|
Portfolio,
|
||||||
PortfolioProvider,
|
PortfolioProvider,
|
||||||
Quote,
|
Quote,
|
||||||
QuoteProvider
|
QuoteProvider,
|
||||||
|
Action,
|
||||||
|
ActionDateOptions,
|
||||||
|
ActionDateType,
|
||||||
|
ActionFetchOptions,
|
||||||
|
ActionFetchResponse,
|
||||||
|
ActionProvider,
|
||||||
|
ActionSide,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user