docs: update generated docs

This commit is contained in:
nym21
2026-01-25 13:42:24 +01:00
parent 36b56a400c
commit cef03c495f
357 changed files with 2401 additions and 2208 deletions
+2 -1
View File
@@ -91,7 +91,8 @@ Custom error class for BRK client errors.
## MetricData Objects
```python
class MetricData(TypedDict, Generic[T])
@dataclass
class MetricData(Generic[T])
```
Metric data with range information.