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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts
index 13f6f7138b..6e70c3f9b6 100644
--- a/gui/src/shared/daemon-rpc-types.ts
+++ b/gui/src/shared/daemon-rpc-types.ts
@@ -248,6 +248,7 @@ export interface IRelayListHostname {
includeInCountry: boolean;
active: boolean;
weight: number;
+ owned: boolean;
tunnels?: IRelayTunnels;
bridges?: IRelayBridges;
}