Adds TRADESResponse

This commit is contained in:
Joe Schr 2024-02-07 13:20:39 +01:00
parent 634e81c7e0
commit 118ca784e8

View File

@ -28,3 +28,4 @@ Tickers = Dict[str, Ticker]
# pair, timeframe, candleType, OHLCV, drop last?,
OHLCVResponse = Tuple[str, str, CandleType, List, bool]
TRADESResponse = Tuple[str, str, CandleType, List, bool]