eksplicit mapping af envs
This commit is contained in:
8
backend/app/models/stats.py
Normal file
8
backend/app/models/stats.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class StatsResponse(BaseModel):
|
||||
total_sessions_today: int
|
||||
total_matches_today: int
|
||||
active_sessions_now: int
|
||||
top_interest_categories: list[str]
|
||||
Reference in New Issue
Block a user