mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +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
@@ -31,7 +31,7 @@ export type ComposeTriggeredOptions = {
|
||||
| {
|
||||
message_type: "stream";
|
||||
topic: string;
|
||||
stream_id?: number;
|
||||
stream_id?: number | undefined;
|
||||
}
|
||||
| {
|
||||
message_type: "private";
|
||||
|
||||
Reference in New Issue
Block a user