mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
dropdown_widget: Fix Option typing.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
32e8575713
commit
c81ef4d409
@@ -31,8 +31,13 @@ export enum DataTypes {
|
||||
export type Option = {
|
||||
unique_id: number | string;
|
||||
name: string;
|
||||
description?: string;
|
||||
is_direct_message?: boolean;
|
||||
is_setting_disabled?: boolean;
|
||||
stream?: StreamSubscription;
|
||||
bold_current_selection?: boolean;
|
||||
has_delete_icon?: boolean;
|
||||
has_edit_icon?: boolean;
|
||||
};
|
||||
|
||||
export type DropdownWidgetOptions = {
|
||||
|
||||
Reference in New Issue
Block a user