Package version:

Describes the network information on this machine.

interface NetworkProfile {
    networkInterfaces?: NetworkInterface[];
}

Properties

networkInterfaces?: NetworkInterface[]

The list of network interfaces.