1 parent c7e80ff commit be6a6fdCopy full SHA for be6a6fd
1 file changed
src/rtbnext/resource/series.py
@@ -26,6 +26,7 @@ class TimePoint( TypedDict ):
26
27
class AggregateValue( TypedDict ):
28
"""Numeric aggregate values."""
29
+
30
first: float
31
last: float
32
min: float
@@ -36,6 +37,7 @@ class AggregateValue( TypedDict ):
36
37
38
class AggregateRange( TypedDict ):
39
"""Date range of an aggregate."""
40
41
from_: str
42
to: str
43
0 commit comments