diff options
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): |
