Skip to content

Commit

Permalink
refactor: Turn candlestick dates into strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jan 27, 2021
1 parent adc5a53 commit 67b957e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/market/prices/PriceAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export interface CandleStick {
lastTradedVolume: number;
lowPrice: BidAsk;
openPrice: BidAsk;
snapshotTime: Date | string;
snapshotTimeUTC: Date | string;
snapshotTime: string;
snapshotTimeUTC: string;
}

export interface HistoricalPricesAllowance {
Expand Down

0 comments on commit 67b957e

Please sign in to comment.