Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyken committed Jan 29, 2024
1 parent 766b300 commit 41f696d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pyelectroluxocp/gigyaModels.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from typing import TypedDict


class SocializeGetIdsResponse(TypedDict):
callId: str
errorCode: int
Expand All @@ -18,11 +19,13 @@ class LoginResponseProfile(TypedDict):
country: str
email: str


class LoginResponseSessionInfo(TypedDict):
sessionToken: str
sessionSecret: str
expires_in: str


class LoginResponse(TypedDict):
callId: str
errorCode: int
Expand Down

0 comments on commit 41f696d

Please sign in to comment.