mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
xo: Fix @typescript-eslint/consistent-type-definitions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -9,9 +9,9 @@ import type {TabProps} from "./tab";
|
||||
import Tab from "./tab";
|
||||
import type WebView from "./webview";
|
||||
|
||||
export interface ServerTabProps extends TabProps {
|
||||
export type ServerTabProps = {
|
||||
webview: Promise<WebView>;
|
||||
}
|
||||
} & TabProps;
|
||||
|
||||
export default class ServerTab extends Tab {
|
||||
webview: Promise<WebView>;
|
||||
|
||||
Reference in New Issue
Block a user