UNPKG

@tomei/live-price

Version:

Tomei live-price Package

17 lines (15 loc) 391 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; }