mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
backend changes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import type { IpInfo } from "./IpInfo"
|
||||
|
||||
export type NetworkInterfaceInfo = {
|
||||
inbound: boolean | null
|
||||
outbound: boolean | null
|
||||
public: boolean | null
|
||||
ipInfo: IpInfo | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user