Network interface information

interface NetworkInterface {
    ipAddresses: null | string[];
    macAddress: null | string;
    name: string;
}

Properties

ipAddresses: null | string[]
macAddress: null | string
name: string