feat(types.py): add ActionType type

This commit is contained in:
2026-03-03 17:51:21 +01:00
parent 48a848bb60
commit 795410047e

View File

@@ -5,6 +5,8 @@ from __future__ import annotations
from enum import Enum
type ActionType = ControlAction
class Category(str, Enum):
CONTROL = "control"