summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/shared')
-rw-r--r--gui/src/shared/daemon-rpc-types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts
index 61a0263031..f88cd29404 100644
--- a/gui/src/shared/daemon-rpc-types.ts
+++ b/gui/src/shared/daemon-rpc-types.ts
@@ -311,7 +311,7 @@ export interface IBridgeConstraints {
};
}
-export type BridgeSettings = ProxySettings | IBridgeConstraints;
+export type BridgeSettings = { normal: IBridgeConstraints } | { custom: ProxySettings };
export interface ISocketAddress {
host: string;