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

NetworkAddressList

import type { NetworkAddressList } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

List of allocated/assigned network addresses.

interface NetworkAddressList {
entries?: NetworkAddress[];
}

§Properties

§

Network address entries.