diff options
| author | 2023-06-08 23:05:26 +0200 | |
|---|---|---|
| committer | 2023-06-08 23:05:26 +0200 | |
| commit | 53a8f300859a50d9f99f1821c35bca999fced6d8 (patch) | |
| tree | 0243959c8241de1b278609a65d4b337e04a597ac /ttun_server/types.py | |
| parent | 7ac28203290a211a6e17ae0b91bc2b609f110514 (diff) | |
| download | server-2.0.0.tar.gz server-2.0.0.tar.bz2 server-2.0.0.zip | |
v2v2.0.0
Diffstat (limited to 'ttun_server/types.py')
| -rw-r--r-- | ttun_server/types.py | 1 |
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 | ||
| 11 | class Config(TypedDict): | 11 | class Config(TypedDict): |
| 12 | subdomain: str | 12 | subdomain: str |
| 13 | client_version: str | ||
| 13 | 14 | ||
| 14 | 15 | ||
| 15 | class RequestData(TypedDict): | 16 | class RequestData(TypedDict): |
