mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
types: Add ProfileDataElementUpdateDict.
Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
committed by
Tim Abbott
parent
b210c22329
commit
c7f75f071e
@@ -33,6 +33,11 @@ class ProfileDataElement(ProfileDataElementBase):
|
|||||||
rendered_value: Optional[str]
|
rendered_value: Optional[str]
|
||||||
|
|
||||||
|
|
||||||
|
class ProfileDataElementUpdateDict(TypedDict):
|
||||||
|
id: int
|
||||||
|
value: ProfileDataElementValue
|
||||||
|
|
||||||
|
|
||||||
ProfileData = List[ProfileDataElement]
|
ProfileData = List[ProfileDataElement]
|
||||||
|
|
||||||
FieldElement = Tuple[int, Promise, Validator[ProfileDataElementValue], Callable[[Any], Any], str]
|
FieldElement = Tuple[int, Promise, Validator[ProfileDataElementValue], Callable[[Any], Any], str]
|
||||||
|
|||||||
Reference in New Issue
Block a user