summaryrefslogtreecommitdiffstats
path: root/ttun_server/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttun_server/types.py')
-rw-r--r--ttun_server/types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttun_server/types.py b/ttun_server/types.py
index 2f1959f..8a4d929 100644
--- a/ttun_server/types.py
+++ b/ttun_server/types.py
@@ -10,6 +10,7 @@ class MessageType(Enum):
10 10
11class Config(TypedDict): 11class Config(TypedDict):
12 subdomain: str 12 subdomain: str
13 client_version: str
13 14
14 15
15class RequestData(TypedDict): 16class RequestData(TypedDict):