UNPKG

@tomei/live-price

Version:

Tomei live-price Package

12 lines (10 loc) 314 B
import { SourceFeedName } from '../enum/feed.enum'; export interface ISourceFeedAttr { FeedName: SourceFeedName; Status: string; IsSourceFeedAvailableYN: string; IsFeedCutOffYN: string; CurrentCutOffHistoryId?: string; AutomaticCutOffVariance?: number; AutomaticCutOffMinutes?: number; }