Returns all network interfaces present on this system.
Each object contains name (string), isLoopback (boolean), isUp (boolean), and isRunning (boolean). A displayName string is included when the system provides a human-readable label for the interface (e.g. "Wi-Fi" or "Ethernet").
Returns Record<string,any>[]
An array of objects describing each network interface.
Returns all network interfaces present on this system. Each object contains
name(string),isLoopback(boolean),isUp(boolean), andisRunning(boolean). AdisplayNamestring is included when the system provides a human-readable label for the interface (e.g."Wi-Fi"or"Ethernet").