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

LocalIpDetails

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

Contains information about the local IP address of the connection.

interface LocalIpDetails {
IpAddressV4?: string | null;
}

§Properties

§
IpAddressV4?: string | null
[src]

The IPv4 local address of the connection.