@gibme/starlink
    Preparing search index...
    interface NetworkInterface {
        ethernet?: EthernetNetworkInterface;
        name?: string;
        rxStats?: NetworkInterface_RxStats;
        txStats?: NetworkInterface_TxStats;
        wifi?: WifiNetworkInterface;
    }
    Index

    Properties

    name?: string