mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
tsconfig: Enable exactOptionalPropertyTypes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
08a50cf74b
commit
507eb4913c
@@ -555,7 +555,7 @@ type FormattedDraft =
|
||||
| {
|
||||
is_stream: true;
|
||||
draft_id: string;
|
||||
stream_name?: string;
|
||||
stream_name?: string | undefined;
|
||||
recipient_bar_color: string;
|
||||
stream_privacy_icon_color: string;
|
||||
topic: string;
|
||||
|
||||
Reference in New Issue
Block a user