feat(market): add draft status and multiplier
This commit is contained in:
@@ -221,6 +221,7 @@ class UserInfoOut(Schema):
|
||||
first_name: Optional[str] = None
|
||||
last_name: Optional[str] = None
|
||||
email: Optional[str] = None
|
||||
points: int = 0
|
||||
is_authenticated: bool
|
||||
is_staff: bool
|
||||
is_superuser: bool
|
||||
|
||||
Reference in New Issue
Block a user