@haxall/haxall
    Preparing search index...

    Interface NetworkInterfaceBase

    interface NetworkInterfaceBase {
        address: string;
        cidr: string;
        internal: boolean;
        mac: string;
        netmask: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string
    cidr: string
    internal: boolean
    mac: string
    netmask: string