@tomei/live-price
Version:
Tomei live-price Package
9 lines (8 loc) • 748 B
TypeScript
import { IFeedAttr } from './price-feed-attr.interface';
import { IFeedConfigAttr } from './price-feed-config-attr.interface';
import { IFeedHistoryAttr } from './price-feed-history-attr.interface';
import { IPriceData } from './price-data.interface';
import { IPriceFeedCutOffHistoryAttr } from './price-feed-cut-off-history-attr.interface';
import { IPriceFeedManualPriceHistoryAttr } from './price-feed-manual-price-history-attr.interface';
import { ITomeiPriceHistoryAttr, ITomeiPriceHistoryFindAllAttr } from './price-tomei-price-history-attr.interface';
export { IFeedAttr, IFeedConfigAttr, IFeedHistoryAttr, IPriceData, IPriceFeedCutOffHistoryAttr, IPriceFeedManualPriceHistoryAttr, ITomeiPriceHistoryAttr, ITomeiPriceHistoryFindAllAttr, };