interface Deno.NetworkInterfaceInfo
          
The information for a network interface returned from a call to
[`Deno.networkInterfaces`](../././~/Deno.networkInterfaces).
  
  
    
  
    
  
    
  
    
  
    
  
    
  
    
 
name: string
      
    The network interface name.
family: "IPv4" | "IPv6"
      
    The IP protocol version.
address: string
      
    The IP address bound to the interface.
netmask: string
      
    The netmask applied to the interface.
scopeid: number | null
      
    The IPv6 scope id or `null`.
cidr: string
      
    The CIDR range.
mac: string
      
    The MAC address.