Skip to content

Commit

Permalink
✨ feat: ISigninを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Dec 8, 2022
1 parent cf4cd6d commit 6b655c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mipac/types/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
'IUserDetailedField',
)

class ISignin(TypedDict):
id: str
created_at: str
user_id: str
ip: str
headers: dict[str, str]
success: bool

class IUserRequired(TypedDict):
id: str
Expand Down

0 comments on commit 6b655c7

Please sign in to comment.