feat: add line annotations

This commit is contained in:
Matthias
2025-10-02 20:21:40 +02:00
parent 39bf71680c
commit a5450672b1

View File

@@ -6,7 +6,7 @@ from typing_extensions import TypedDict
class AnnotationType(TypedDict, total=False):
type: Required[Literal["area"]]
type: Required[Literal["area", "line"]]
start: str | datetime
end: str | datetime
y_start: float