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.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts
index 4582a66549..7908c4f67e 100644
--- a/gui/src/shared/daemon-rpc-types.ts
+++ b/gui/src/shared/daemon-rpc-types.ts
@@ -4,7 +4,8 @@ export interface IAccountData {
export type AccountToken = string;
export type Ip = string;
export interface ILocation {
- ip?: string;
+ ipv4?: string;
+ ipv6?: string;
country: string;
city?: string;
latitude: number;