interface NetworkInterfaceBase Usageimport { type NetworkInterfaceBase } from "node:os"; Properties address: string netmask: string mac: string internal: boolean cidr: string | null