diff --git a/frigate/types.py b/frigate/types.py index 9da4027c9..e640c414d 100644 --- a/frigate/types.py +++ b/frigate/types.py @@ -34,3 +34,4 @@ class StatsTrackingTypes(TypedDict): started: int latest_frigate_version: str last_updated: int + processes: dict[str, int] \ No newline at end of file