mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +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
@@ -204,7 +204,7 @@ export function get_title_data(
|
||||
is_group: boolean,
|
||||
): {
|
||||
first_line: string;
|
||||
second_line?: string;
|
||||
second_line: string | undefined;
|
||||
third_line: string;
|
||||
show_you?: boolean;
|
||||
} {
|
||||
|
||||
Reference in New Issue
Block a user