UNPKG

@tomei/live-price

Version:

Tomei live-price Package

9 lines (8 loc) 180 B
export interface IPriceData { FeedName: string; Currency: string; SellPrice: number; BuyPrice: number; Timestamp: Date; IsSourceFeedAvailableYN?: string; }