agreg-server/server/backend/domain/value_objects.py

3 lines
73 B
Python
Raw Permalink Normal View History

2026-05-10 12:36:38 +02:00
from typing import Literal
Granularity = Literal["hour", "day", "month"]