diff options
| author | Matain <[email protected]> | 2022-11-08 19:28:25 +0800 |
|---|---|---|
| committer | Matain <[email protected]> | 2022-11-08 19:28:25 +0800 |
| commit | 93df78f185efe8d0cb07aa75a8cccd38856bf12a (patch) | |
| tree | c0ff0bb3116e370bfcd1f77fc43663715bc2694c /src/store | |
| parent | 61afe0a5c6af90685de844e867f52c9c0bb8be05 (diff) | |
config change
Diffstat (limited to 'src/store')
| -rw-r--r-- | src/store/types.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/store/types.ts b/src/store/types.ts index 5f02672..a0a72ed 100644 --- a/src/store/types.ts +++ b/src/store/types.ts @@ -56,7 +56,8 @@ export type SubscriptionInfo = { } export type ProxyItem = { name: string; - type: PrimitiveProxyType; + type: PrimitiveProxyType; + udp?: boolean; history: LatencyHistory; all?: string[]; now?: string; |
