From 53a8f300859a50d9f99f1821c35bca999fced6d8 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 8 Jun 2023 23:05:26 +0200 Subject: v2 --- ttun_server/types.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ttun_server/types.py') 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): class Config(TypedDict): subdomain: str + client_version: str class RequestData(TypedDict): -- cgit v1.2.3