UNPKG

@tomei/live-price

Version:

Tomei live-price Package

10 lines (8 loc) 282 B
import { NonSourceFeedName, SourceFeedName } from '../enum/feed.enum'; export interface IFeedAttr { FeedName: SourceFeedName | NonSourceFeedName; IsSourcePriceYN: string; IsManualPriceActivatedYN: string; CurrentManualPriceHistoryId?: string; Weight?: number; }