Redo interface exports.
This commit is contained in:
parent
52b100667d
commit
5f6acd99fb
24
src/index.ts
24
src/index.ts
@ -1,20 +1,4 @@
|
|||||||
import { Exchange } from "./interface/exchange";
|
export * from './interface/exchange';
|
||||||
import { Position, Portfolio, PortfolioProvider } from "./interface/portfolio";
|
export * from './interface/portfolio';
|
||||||
import { Quote, QuoteProvider } from "./interface/quote";
|
export * from './interface/quote';
|
||||||
import { Action, ActionDateOptions, ActionDateType, ActionFetchOptions, ActionFetchResponse, ActionProvider, ActionSide } from './interface/actions';
|
export * from './interface/actions';
|
||||||
|
|
||||||
export {
|
|
||||||
Exchange,
|
|
||||||
Position,
|
|
||||||
Portfolio,
|
|
||||||
PortfolioProvider,
|
|
||||||
Quote,
|
|
||||||
QuoteProvider,
|
|
||||||
Action,
|
|
||||||
ActionDateOptions,
|
|
||||||
ActionDateType,
|
|
||||||
ActionFetchOptions,
|
|
||||||
ActionFetchResponse,
|
|
||||||
ActionProvider,
|
|
||||||
ActionSide,
|
|
||||||
};
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user