tsconfig: Enable exactOptionalPropertyTypes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-05-15 20:05:29 -07:00
committed by Tim Abbott
parent 08a50cf74b
commit 507eb4913c
33 changed files with 94 additions and 85 deletions

View File

@@ -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;