Deno.NetworkInterfaceInfo
The information of the network interface
interface NetworkInterfaceInfo {
address: string;
cidr: string;
family: "IPv4" | "IPv6";
mac: string;
name: string;
netmask: string;
scopeid: number | null;
}The information of the network interface