summaryrefslogtreecommitdiff
path: root/jwt/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'jwt/types.py')
-rw-r--r--jwt/types.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/jwt/types.py b/jwt/types.py
new file mode 100644
index 0000000..830b185
--- /dev/null
+++ b/jwt/types.py
@@ -0,0 +1,3 @@
+from typing import Any, Dict
+
+JWKDict = Dict[str, Any]