Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NetworkInterface

import type { NetworkInterface } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";

Network interface.

interface NetworkInterface {
ips?: string[] | null;
isPrimary?: boolean | null;
macAddress?: string | null;
}

§Properties

§
ips?: string[] | null
[src]

Network interface IPs.

§
isPrimary?: boolean | null
[src]

Network interface primary IP.

§
macAddress?: string | null
[src]

Network interface Mac address.