UNPKG

@tomei/live-price

Version:

Tomei live-price Package

22 lines (20 loc) 791 B
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, };