mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
markdown: Convert DbData to a dataclass.
This commit is contained in:
@@ -72,9 +72,3 @@ class SAMLIdPConfigDict(TypedDict, total=False):
|
||||
extra_attrs: List[str]
|
||||
x509cert: str
|
||||
x509cert_path: str
|
||||
|
||||
|
||||
class FullNameInfo(TypedDict):
|
||||
id: int
|
||||
email: str
|
||||
full_name: str
|
||||
|
||||
Reference in New Issue
Block a user