Add app/client.py
This commit is contained in:
6
app/client.py
Normal file
6
app/client.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
from typing import NewType, TypedDict
|
||||||
|
|
||||||
|
UserID = NewType("UserID", int)
|
||||||
|
class User(TypedDict):
|
||||||
|
userId: UserID
|
||||||
|
name: str
|
||||||
Reference in New Issue
Block a user