Network interface

interface NetworkInterface {
    connection: string;
    macAddress: null | string;
    manufacturer: null | string;
    model: null | string;
    name: string;
    state: NetworkInterfaceState;
    type: string;
}

Properties

connection: string
macAddress: null | string
manufacturer: null | string
model: null | string
name: string
type: string