Skip to content

Commit

Permalink
chore: フォーマット
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Dec 8, 2022
1 parent b3ba837 commit d7cf189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mipac/types/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'IUserDetailedField',
)


class ISignin(TypedDict):
id: str
created_at: str
Expand All @@ -24,6 +25,7 @@ class ISignin(TypedDict):
headers: dict[str, str]
success: bool


class IUserRequired(TypedDict):
id: str
username: str
Expand Down

0 comments on commit d7cf189

Please sign in to comment.