UNPKG

@tomei/live-price

Version:

Tomei live-price Package

12 lines (11 loc) 383 B
import { ActivationTrigger, CutOffStatus, SourceFeedName } from '../enum/feed.enum'; export interface IPriceFeedCutOffHistoryAttr { FeedCutOffHistoryId: string; FeedName: SourceFeedName; Status: CutOffStatus; ActivationDateTime: Date; ActivationTrigger: ActivationTrigger; ActivatedById: string; DeactivationDateTime: Date; DeactivatedById: string; }