Interface NetworkInfo

interface NetworkInfo {
    gateway: string;
    ip: string;
    subnetMask: string;
}

Properties

Properties

gateway: string
ip: string
subnetMask: string