UNPKG

@tomei/live-price

Version:

Tomei live-price Package

9 lines (7 loc) 262 B
import { NonSourceFeedName, SourceFeedName } from '../enum/feed.enum'; export interface IFeedAttr { FeedName: SourceFeedName | NonSourceFeedName; IsSourcePriceYN: string; IsManualPriceActivatedYN: string; CurrentManualPriceHistoryId?: string; }